body {
   background-image: url(../website_new/images/rbg.jpg);
   background-color: #999999;
   color: #999999;
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Helvetica, Geneva, sans-serif;
   text-align:center; 
}
#container {
   position: relative;
   width:650px;
   margin: auto;
   text-align:left;
}
#contentTop{
   position:absolute;
   left:0px; 
   top:27px; 
   width:650px; 
   height:450px;
   z-index:1;
}
#contentBottom{
   position:absolute;
   left:0px; 
   top:486px;
   width:650px; 
   background-color: #ffffff;
   z-index:2;
}
#contentBottom01{
   width:650px; 
   height:40px;
   background-color: #ffffff;
   float:left;
}
#contentBottom02{
   width:650px; 
   height:250px;
   background-color: #ffffff;
   float:left;
}
a { 
   text-decoration: none; 
}
a:link { 
   text-decoration: none;  
}
a:visited { 
   text-decoration: none; 
}
a:active { 
   text-decoration: none; 
}
a:hover { 
   text-decoration: none; 
}
h1{  
   font-size: 0.6em;
   font-weight: bold; 
   color: #000000; 
   text-decoration: none;
   background-color: white;
   padding-left:8px;
   line-height: 1.6em;
   margin: 0;  
}
p {  
   font-size: 0.6em;
   color: #000000; 
   text-decoration: none;
   padding-left:8px;
   padding-right:8px;
   line-height: 1.6em;
   margin: 0; 
}


