@font-face {
    font-family: 'bauhaus';
    src: url('../font/bauhs93-webfont.eot');
    src: url('../font/bauhs93-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/bauhs93-webfont.woff') format('woff'),
         url('../font/bauhs93-webfont.ttf') format('truetype'),
         url('../font/bauhs93-webfont.svg#bauhaus_93regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('../font/opensans-condbold-webfont.eot');
    src: url('../font/opensans-condbold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-condbold-webfont.woff') format('woff'),
         url('../font/opensans-condbold-webfont.ttf') format('truetype'),
         url('../font/opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**************************************/
body {
	margin:0;
	background-color:#000000;
    -webkit-tap-highlight-color: rbga(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: none; /* DISABLE DOUBLE-TAP-ZOOM */
}
/**************************************/
#game {
	position: absolute;
	left:     50%;
	top:      50%;
	width : 100%;
	height : 100%;
	overflow:hidden;
}
/**************************************/
#rotate
{
    width:100%;
    height:100%;
    background-image: url(../img/rotate.jpg);
    background-size: contain;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
/**************************************/