@font-face {
    font-family: 'alagardmedium';
    src: url('UTM Azuki.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
    font-family: 'minecraftiaregular';
    src: url('minecraftia-webfont.eot');
    src: url('minecraftia-webfont.eot?#iefix') format('embedded-opentype'),
         url('minecraftia-webfont.woff') format('woff'),
         url('minecraftia-webfont.ttf') format('truetype'),
         url('minecraftia-webfont.svg#minecraftiaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'mono';
    src: url('UTM Caviar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
	background-color:#000;
	overflow:hidden;
	width:100%;
	height:100%;
}
body {
	overflow:hidden;
	font-family:georgia;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
    line-height: normal;
}
canvas {
	margin-left:auto;
	margin-right:auto;
}
#gesturing {
	position:absolute;
	top:48px;
	left:50%;
	margin-left:-480px;
}
#loadingInfo {
	color:white;
    text-align: center;
	width: 200px;
	height: 20px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}