/**************************************/
@font-face {
	font-family: 'groboldregular';
    src: url('../fonts/grobold-webfont.eot');
    src: url('../fonts/grobold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/grobold-webfont.woff') format('woff'),
         url('../fonts/grobold-webfont.ttf') format('truetype'),
         url('../fonts/grobold-webfont.svg#groboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**************************************/
body {
	margin:0;
	background-color:#15b3f0;
    -webkit-tap-highlight-color: rbga(255, 255, 255, 0);
    -webkit-user-select: none;
}
/**************************************/
#game {
	position: absolute;
	left:     50%;
	top:      50%;
	width : 100%;
	height : 100%;
	overflow:hidden;
}
/**************************************/

#bg {
	position: absolute;
	overflow:hidden;
	left:     50%;
	top:      50%;
	width : 100%;
	height : 100%;
}
/**************************************/
#rotate
{
	position: absolute;
	width: 100%;
	height: 100%;
	display:none;
	margin:0;
}
/**************************************/