
html, body{ 
 margin:0; 
 padding:0; 
 }  
#header{
 position:relative; 
 height:350px; 
 background-color:#10360C; 
 width:100%;
 } 
#main
 {background-color: #106C0C;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 color: #99cc99;
 }
 
#footer{
 height:75px; 
  background-color:#10360C; 
  clear:both;
  color: #99cc99;
 } 
h1 {
     color: #10360C;
     font-size: 20px;
}
h2 {
     color: #CCCCCC;
     font-size: 20px;
}
ul  {
     color: #acefab;
     font-size: 16px;
}
li  {
     color: #acefab;
     font-size: 16px;
}
a:link {
     color: teal;
     font-size: 20px;
}
a:visited {
     color: #000000;
     font-size: 20px;
}

