body {
  background: url('bgbamboo.jpg');
  font-family: Verdana,Tahoma,Arial,sans-serif;
}

h6{
font-size:0.6em;
}
#wrapper { 
   background-color: white;
   position : relative;
   min-height:800px ;
   Width : 960px; 
   margin:auto;
   Border : Solid black 2px;
 } 

#topbit { 
   background-color: white;
   Height : 165px; 
   Width : 960px;
   text-align:center;
   Border-bottom: Solid black 2px; 
 } 

#menubit {
   background-color: white;
   position : absolute;
   top: 170px;
   left: 4px;
   Height : 70px; 
   Width : 880px;
   text-align: left; 
   z-index: 100;
} 

#content { 
   position : relative;
   top: 65px;
   Min-height : 615px;
   Width : 900px;
   margin: auto;
   padding-bottom: 30px;
} 

#tickerbit {
   position : relative;
   left: 2px;
   clear: both;
   Height : 130px;
   Width : 960px;
   }

#footerbit {
   position : absolute;
   bottom: -30px;
   left: -5px;
   Height : 20px; 
   Width : 960px;
   margin: auto;
   text-align: center; 
   font-size:0.75em;
} 

a img {
text-decoration: none;
border: none;
} 