body{
height:100%;
padding:0px;
margin:0px; 
text-align:center;
background: #ffffff
}

#top {position:absolute;
                          width:100%;
                          height:10px;
                          margin:0px;
                          top:0px;
                          padding:0px;
                          
                          background:#aaaaaa;}
                          
h1 {
text-align:center;
            font-family:verdana;
            font-size:12px;
            color:#666;
text-decoration:none;
} 

p,a {
text-align:center;
            font-family:verdana;
            font-size:11px;
            color:#aaa;

}  
a:hover {
color:rgb(161,48,214);
text-decoration:none;

}                        
#textContainer {
                         position:relative;
                          clear:left;
                          width:980px;
                          height:auto;
                          margin:0px auto;
                          text-align:center;
                          padding:0px;
                          border:0px solid;
               
               }    
               #textBlock {
               display:block;
               float:left;
               width:470px;
               height:auto;
               margin-right:20px;
               margin-bottom:20px;
               
               }
               #textBlock p{
               text-align:left;
               
               }
               #textBlock h1{
               text-align:left;
               
               }
            
#bottomContainer {
                          position:relative;
                                     float:center;
                                     clear:left;
                          width:980px;
                          height:50px;
                          margin:0px auto;
                          top:0px;
                          padding:0px;
                          background:url('img/bottomDivider.png') no-repeat;
                background-position: center top;
            
               }  
               #menuContainer {
                 float:center;
                          position:relative;
                          border:0px solid;
                          width:200px;
                          clear:left;
                          text-align:center;
                          height:50px;
                          margin:0px auto;
                          top:0px;
                          padding:0px;
                          background:url('img/bottomDivider.png') no-repeat;
             background-position: center top;
               }   
                #menuContainer a{
               display:block;
               float:left;
               padding-top:0px;
               margin:0px;
               padding-right:20px;
               padding-left:20px;
               text-align:center;
               border-right:1px solid #aaa;
               }     
               #bottomContainer a{
               display:block;
               width:980px;
               float:center;
               text-align:center;
               }   
