body { background-color: #353535 }
#game-root {
	position: relative;
	background-color: transparent;
}
#dhd {
	height:32px;
	width:100%;
	bottom:0;
	left:0;
	position:fixed;
	background: -moz-linear-gradient( top, #656f71 0%, #4e4e4f 50%, #404040 50%, #000000);
	background: -webkit-gradient( linear, left top, left bottom, from(#656f71), color-stop(0.50, #4e4e4f), color-stop(0.50, #404040), to(#000000));
	z-index: 1000;
}
#dhd .home {
	display:block;
	float: right;
	background-size: 100px 95px;
	background-image:url(dhd.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	width: 100px;
	height: 16px;
	text-indent: -9999px;
	overflow:hidden;
	margin: 8px 6px;
}

#dhd button {
	background-size: 100px 95px;
	background-image:url(dhd.png);
	border:none;
	display:block;
	height:18px;
	background-color:transparent;
	text-indent:-9999px;
	margin: 7px 7px;
	float:left;
}

#volume {
	background-position: 0 -17px;
	width: 22px;
}

#volume.mute {
	background-position: 0 -37px;
}

#dhd #fullscreen {
	width: 22px;
	background-position: 0 -57px;
}

#dhd #fullscreen.shrink {
	background-position: 0 -77px;
}

#dhd button:focus {
	outline:none;
}

#playButton {
	font-size: 84px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -42px;
	margin-top: -62px;
	color: #8864bc;
	text-shadow: 2px 2px black;
	text-decoration: none;
}

#playButton:before {
	content: '\25B6';
}

#loading{
	display: none;
	position: absolute !important;
	bottom: 10px;
	right: 10px;
	width:64px;
	height:64px;
	-moz-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
}

.f_circleG{
position:absolute;
background-color:#FFFFFF;
height:12px;
width:12px;
-moz-border-radius:6px;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:6px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:6px;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:6px;
-o-animation-name:f_fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:6px;
animation-name:f_fadeG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#frotateG_01{
left:0;
top:26px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#frotateG_02{
left:8px;
top:8px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#frotateG_03{
left:26px;
top:0;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#frotateG_04{
right:8px;
top:8px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#frotateG_05{
right:0;
top:26px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#frotateG_06{
right:8px;
bottom:8px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#frotateG_07{
left:26px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#frotateG_08{
left:8px;
bottom:8px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes f_fadeG{
0%{
background-color:#8864bc}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes f_fadeG{
0%{
background-color:#8864bc}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes f_fadeG{
0%{
background-color:#8864bc}

100%{
background-color:#FFFFFF}

}

@-o-keyframes f_fadeG{
0%{
background-color:#8864bc}

100%{
background-color:#FFFFFF}

}

@keyframes f_fadeG{
0%{
background-color:#8864bc}

100%{
background-color:#FFFFFF}

}
