html, body 
{
	background-color : #000;
	margin : 0;
	padding : 0;
	overflow : hidden;
	width : 100%;
	height : 100%;
}

#game-wrapper
{
	position : relative;
	background-position : center;
	background-repeat : no-repeat;
	background-size : auto 100%;
	margin-left : auto;
	margin-right : auto;
	overflow : hidden;
}

#game-wrapper canvas 
{
	position : absolute;
	width : 100%;
	height : 100%;
	margin : 0 auto;
}

#font-preloader
{
	position : absolute;
	top : -9999px;
	left : -9999px;
}


@font-face {
	font-family : 'axis';
	src : url('../media/fonts/Axis.eot?#iefix') format('embedded-opentype'),
		url('../media/fonts/Axis.otf') format('opentype'),
		url('../media/fonts/Axis.woff') format('woff'), 
		url('../media/fonts/Axis.ttf') format('truetype'), 
		url('../media/fonts/Axis.svg#Axis')format('svg');
	font-weight : normal;
	font-style : normal;
}