@CHARSET "UTF-8";
html { height: 100%; }
body 
{
   background-color: #006633;
   font-family: Tahoma;
   font-size: 14pt;
   margin:0;
   padding:0;
   height: 100%;
   color: white;
}
image
{
   border: 0;
}
#header
{
  width: 100%;
}
#header img
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
#center
{
   width: 100%;
   text-align: center;
   position: absolute;
   top: 50%;
   margin-top: -135px;
}
#content
{
   
   height: 100px;
   border-top: 1px solid white;
   border-bottom: 1px solid white;
   background-color: #009933;
   
   
}
a
{
   color: white;
   text-decoration: none;
}
a:hover
{
   text-decoration: underline
}
