body, html
{
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

body, html, input 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

#splashSwf
{
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px; 
  bottom: 0px;
  left: 0px;
  background-color: #000000;
}