html, body {
	width:100%;
	height:100%;
	margin:0 auto;
	background:#000;
}

#game {
	margin: 0 auto;
}

#canvas {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}
/*
@font-face {
    font-family: rustproof;
	font-weight:normal;
    src: url(./fonts/rustproof.otf) format('opentype');
	src: local('O'),
		url(./fonts/rustproof.ttf) format('truetype')
}
*/

@font-face {
    font-family: ocr;
	font-weight: normal;
    src: url(./fonts/ocr.otf) format('opentype');
	src: local('O'), url(./fonts/ocr.ttf) format('truetype');
}

