@font-face {
    font-family: 'cafeteriabold';
    src: url('cafeteria-bold-webfont.eot');
    src: url('cafeteria-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cafeteria-bold-webfont.woff') format('woff'),
         url('cafeteria-bold-webfont.ttf') format('truetype'),
         url('cafeteria-bold-webfont.svg#cafeteriabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin:0;
	padding:0;
	background-color:#003;
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

body * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#stage {
	display:block;
	background:#003 url('../images/loader.gif') no-repeat center center;
	margin:0 auto;
}

canvas{
	/**-webkit-tap-highlight-color: rgba(0,0,0,0);*/
}
