html{height:100%;}
body {
	font-family: Monospace;
	background-color: #fff;
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(102,102,102,1) 0%, rgba(22,22,22,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(22,22,22,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(102,102,102,1) 0%,rgba(22,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(102,102,102,1) 0%,rgba(22,22,22,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(102,102,102,1) 0%,rgba(22,22,22,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(102,102,102,1) 0%,rgba(22,22,22,1) 100%); /* W3C */
	margin: 0;
	overflow: hidden;
	height:100%;
}
#logo {
	position: absolute;
	width:30%;
	max-width:150px;
	left: 10px;
	top: 10px;
	display: none;
}

#loading {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	display:none;
}
#loading img{
	width:100%;
	height:100%;
}
#loading2 {
	position: absolute;
	/*background-color: rgba(255,255,255,0.1);*/
	color: #666;
	text-align:center;
	/*width: 100%;
	height: 13px;*/
	left: 50%;
	margin-left: -35px;
	bottom: 5px;
	display:none;
}
#precent {
	position: absolute;
	font-family: Arial;
	color: #444;
	font-size:18px;
	text-align:center;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -8px;
}

body.sideMenu{ margin:0; -webkit-transform:none; transform:none;}
#sideToggle{ display:none; }
#sideToggle:checked + #aside{ right:0; }
#sideToggle:checked ~ #wrap{ right:60px; }
#aside{ position:absolute; top:40px;  right:-60px; width:60px; background:rgba(100,100,100,0.6); transition:0.25s ease-out; -webkit-transition:0.25s ease-out;text-align:center;border-radius:0px 0px 0px 5px;}
#aside div{margin:auto 0;padding:6px;}
#aside div img{margin:6px;width:35px;cursor: pointer;}
#wrap{ position:absolute; transition:0.25s ease-out; -webkit-transition:0.25s ease-out;top:40px; right:0px; }
#wrap label{ display:inline-block; }
#wrap label{ 
	background:rgba(100,100,100,0.6);
	border-radius:5px 0px 0px 5px;
	color: #999;
	cursor: pointer;
	display: block;
	font-family: Courier New;
	font-size: 25px;
	font-weight: bold;
	width: 35px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	text-shadow: 0 -4px;
}
/*
#wrap > label:hover{ color:#222;background:#999; }
*/
#debug {
	position: absolute;
	left: 50%;
	top: 10px;
}