@font-face {  
	font-family: superFont;  
	src: url( monof55.ttf ) format("truetype");  
}  

canvas {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
	width: 100%;
	height:100%;
	text-align: center;
	margin:0;
}