
/****************************************
  ==== 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
****************************************/

body 
{ 
  font-family: Helvetica, Verdana, Arial, sans-serif; 
  background-color: #1c0732;
}


#splashWrapper
{
  height: 800px;
  width: 600px;
  background-color: #1c0732;
  position: absolute;
  top: 0px;
}

#splashLogo
{
  position: relative;
  left: 256px;
}


#barBackground
{
  background-color: #001529;
  display: block;
  width: 384px;
  height: 7px;
  left: 320px;
  top: -50px;
  position: relative;
}

#barFill
{
  background-color: #C3CFCD;
  height:100%;
  width:0%;
}