.absolute {
  width:1px;
  height:1px;
  font-size:1px;
  position:absolute;
  top:0px;
  left:0px;
  }



body {
  margin:auto;
  topmargin:0;
  border:0 none;
  text-align:center;
  background:#004600 url('/images/bg.gif') repeat-y center;
  font-size: 11px;
  color: #fff;
  font-weight: bold
  }

A:link {
text-decoration: none;
font-size: 11px;
    color: #fff;
    font-weight: bold;

} 

a:visited {
text-decoration: none;
font-size: 11px;
    color: #fff;
    font-weight: bold;
}

a:hover {
text-decoration: none;
font-size: 11px;
    color: #fff;
    font-weight: bold;
}

a:active {
text-decoration: none;
font-size: 11px;
    color: #fff;
    font-weight: bold;
}

A:link IMG { 
border: none;
}


#ismaincolumn {
  width:800px;
  text-align:left;
  height: 1200px;
  margin:0 auto;
  position: relative;
  
  
  background-color: #384B80;
 
 }
 
 
 #islayerlogo {
  width:348px;
  text-align:center;
  height: 70px;
  margin:0 auto;
  position: absolute;
  left: 226px;
  top: 100px;
   }
 
 
 #ismaintext{
  width:800px;
  text-align:center;
  height: 500px;
  margin:0 auto;
  position: absolute;
  left: 0px;
  top: 250px;
  
  background-color: #384B80;
  
}