BODY { background: black url(images/back1.jpg);
       background-repeat: repeat-x;
       background-position: top left;
       }
       
.font { 
font-family: verdana;
font-size:8pt;
}
-->
       

:link {
color: #ff4f00;
text-decoration: none;
}

:visited {
color: #ff4f00;
text-decoration: none;
}

:hover {
color: 000000;
text-decoration: none;
}

:active {
color: ff4f00;
text-decoration: none;
}


html,
body {
   margin:0;
   padding:0;
   height:100%;
}


#header { position: absolute; left: 0px; top: 0px; }

#menu { position: absolute; top: 270px; left: 15px;
  width: 100; height: 50px;
  background-color: #000000}
  
#content { position: absolute; top: 290px; left: 180px;
  width: 460; height: auto;
  padding: 15px 15px 15px 15px;
  padding-bottom: 20px;
  background-color: #ffe9c2}
  

#footer {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -50px;
  left:440px;
  }