@font-face {
    font-family: '04b03';
    src:url('../fonts/04b03.ttf.woff') format('woff'),
        url('../fonts/04b03.ttf.svg#04b03') format('svg'),
        url('../fonts/04b03.ttf.eot'),
        url('../fonts/04b03.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #000;/*#545454;*/
	color: #ffffff;
	margin:  0;
	padding:  0;
	font-family: '04b03';
	font-size: 16px;
}

#gameWrapper {
	width:  100vw; height:  100vh;
}