
body{
	background-color:#fff;
	background-repeat: no-repeat;
	 background-position: center center;
	     background-attachment: fixed;
		 margin:0;
		 padding:0;
		 
 user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index:0;
overflow:hidden;
color:#000;
font-size:12pt;
font-family:serif;
font-weight:norma;;
}
#console {
z-index:44;
width:50%;
padding:10px;
}

#section {
display:none;
position:fixed;
background:#CCC;
width:100%;
height:37px;
padding:10px;
z-index:997;
color:#000;
font-family:Segoe UI;

}

#center {
position:fixed;
height:100%;
width:100%;
z-index:-1;
background-repeat:no-repeat;
background-position:center;
}
.footerbtns {position:fixed; bottom:10px; right:10px;}