
body{
    background-color: #211b04;
   <!-- margin-top:-15px; -->
    cursor:crosshair;
        
}

canvas { width: 100%; height: 115% }	
 #wrap
 {
     width: 100%;
     height: 100%;
     float: left;
 }

#preloader
{
    background-color: #cccccc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;


}
#preloader #webgLogo
{
    background-image:url("../images/webgl-logo.png");
    background-color: #cccccc;
    width: 109;
    height: 49;
    position: absolute;
    top:300px;
    margin-left:20px;

}

#preloader #html5Badge
{
    background-image:url("../images/html5logo.png");
    background-repeat: no-repeat;
    width:97px;
    height:160px;
    position: absolute;
    z-index: 99;
    margin-left:20px;

}

#preloader #browsers
{
    background-repeat: no-repeat;
    width:150px;
    height:100px;
    position: absolute;
    z-index: 99;
    top:500px;
    margin-right:50px;

}

#preloader #browsers #top
{
    background-color:#000000;
    width:150px;
    height:25px;
    float:left;
    margin-bottom:5px;


}
#preloader #browsers #top p
{
font-size:12px;
    color:#fff;
    margin: 5px 0 2px 5px;

}
#preloader #browsers #left
{
    background-image:url("../images/firefox-logo.png");
    width:65px;
    height:65px;
    float:left;

}
#preloader #browsers #right
{
    background-image:url("../images/chrome-logo.png");
    width:65px;
    height:65px;
    float:right;

}

#info_wrap
{
    width:150px;
    height:160px;
    margin: 150px auto;
}
#preloadBar
{
    width:0px;
    height:80px;
    background-color: #006699;
    position: absolute;
    margin-top: 40px;
    margin-left: 30px;

}

{
    width:200px;
    height:80px;
    background-color: #006699;
    position: absolute;
    margin-top: 40px;
    margin-left: 10px;

}
#demoCanvas
{
    background-color: #9ee1cf;
    width: 800px;
    height: 500px;

    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

#UI
{
    width:375px;
    height:117px;
    background-image:url("../images/uiBacking.png");
    z-index:999;
    top:0px;
    position:absolute;
    display:none;
        
}

#UI #txtUIBox
{
    font-family: 'Oswald', 'Myriad Pro', arial, serif;   
  
    font-size:40px;
    left:140px;
    font-weight:bold;
    color:#fff;
    top:30px;
    position:absolute;
}

#mute
{
    width:52px;
    height:52px;
    background-image:url("../images/musicButton.png");
    z-index:999;
    bottom:0;
    right:0;
	background-position:left;
	background-repeat:no-repeat;
    position:absolute;
    display:none;
        
}




