
/****************************************
  ==== RESETS
****************************************/

html,body,div,canvas { margin: 0; padding: 0; }
::-moz-selection { color: #333; text-shadow: none; }
::selection {  color: #333; text-shadow: none; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

/****************************************
  ==== LAYOUT
****************************************/

html, 
body { width: 100%; height: 100%;

background-color: #000000;
font-family: Helvetica, Verdana, Arial, sans-serif;
COLOR: #FFFFFF;
}
body { }
{ p.header, p.footer, display: none; }

div.logo { width: 500px; height: 444px; float: center; background: url(loading.jpg) 0 0 no-repeat; position: absolute; top: 80px;
        left: 150px; z-index: 1; }


canvas {position: absolute; z-index: 2;}