body {
	text-align: center;
	background: #000;
	color: #fff;
}

@font-face {
	font-family: gamefont;
	src: url('gamefont.ttf');
}

div#container {
	width: 1280px;
	height: 720px;
	margin: auto;
	background: url(../img/loading.gif) no-repeat center center;
	position: relative;
}

div#fullscreen {
	width: 32px;
	height: 32px;
	background: url(../img/fullscreen.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
}

canvas
{
	position: absolute;
	width: 100%;
	height: 100%;
}
