canvas {
width: 100%;
background-color: white;

}

#message{
	position: fixed;
	
	
}

img {
visibility:hidden;
position:fixed;
top:15px;
left:12px;

}
iframe {
	
	padding: 5px;
	position:static;
	
}
    
#iframe {
    width: 1100px; 
    height: 1000px; 
    border; 1px solid black; 
    zoom: 1.00; 
    
    -moz-transform: scale(0.65); 
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.65); 
    -o-transform-origin: 0 0; 
    -webkit-transform: scale(0.65); 
    -webkit-transform-origin: 0 0;
}
#iframetest {
    width: 715px; 
    height: 650px; 
    margin: 10px; 
    border-style: solid; 
    border-width: 10px;
}        
#iframetest a {
    position: absolute; 
    top: -16px; 
    right: -16px;
}

img {
	-webkit-transform: scale(3);/* Saf3.1+, Chrome */
}