  html {
   height: 100%;
   width: 100%;
  }

 body {
  height:100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #000033;
 } 

div.so {
  position: absolute;
  top: 0px;    
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
 }

 div.title {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 5px;    
  right: 20px;
  overflow: hidden;
  z-index: 91;
  color: #ccffff;
  font: normal small-caps 600 13pt "Verdana", "Arial", "Comic Sans MS";
 }

 div.ad_help {
  padding: 4px;
  margin: 0px;
  position: absolute;
  top: 3px;    
  left: 15px;
  width: 240px;
  overflow: hidden;
  z-index: 92;
 }

 div.help1 {
  position: absolute;
  top: 0px;    
  left: 100px;
  width: 500px;
  z-index: 93;
  color: #ccffff;
  font: normal small-caps 400 10pt "Verdana", "Arial", "Comic Sans MS";
 }
 
 div.foot1 {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 12px;    
  right: 30px;
  overflow: hidden;
  z-index: 97;
 }

  div.foot2 {
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 52px;    
  right: 30px;
  overflow: hidden;
  z-index: 98;
 }

  div.footLeft {
  filter: alpha(opacity=50); 
  opacity: 0.5;
  font-weight: lighter;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 12px;    
  left: 30px;
  overflow: hidden;
  z-index: 99;
 }

  A:link {color: #ccffff;}
  A:visited {color: #ccffff;}


