* { margin:0; padding:0; } /* to remove the top and left whitespace */

html, body { width:100%; height:100%; } /* just to be sure these are full screen*/


/* to show the canvas bounds */
canvas {
	display:block;
	
	background: #000000;
 
	image-rendering: optimizeSpeed;            
	image-rendering: -moz-crisp-edges;        
	image-rendering: -webkit-optimize-contrast; 
	image-rendering: -o-crisp-edges;           
	image-rendering: pixelated;                
	-ms-interpolation-mode: nearest-neighbor;
}

div {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
}