html
{
  overflow: hidden;
  height: 100%;
}

body
{
  background: #000000;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 150%;
}


*
{
  font-size: 8pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #999999;
}


/* === Containers === */


.subtext
{
  margin: 0px 0px 0px 0px;
  text-align: center;
  color: #666666;
  background-color: inherit;  
}


/* === Inline Text Styles === */
h1
{
  margin: 0px 0px 0px 0px;
  padding: 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
