BODY { background:url(images/bg.jpg) repeat;
       margin-top:3px;
	   }
	   
a:link { color:#FFF; text-decoration:none; }
a:visited { color:#FFF; text-decoration:none; }
a:hover { color:#CCC; text-decoration:underline; }
a:active { color:#FFF; text-decoration:none; }

#wrapper { width:900px; 
           text-align:center; 
		   margin-left:auto; 
		   margin-right:auto;
		   border-left:#000000 5px solid;
		   border-right:#000000 5px solid;
		   background-color:#151515;
		   }
#header { width:100%; 
		  height:150px;
          margin:auto; 
		  background:url(images/header_bg.jpg) repeat #151515; 
		  border-top:#161616 5px solid; 
		  border-bottom:#161616 5px solid; 
		  }
#buttons { width:200px; 
           margin:auto; 
		   float:left;
		   }
#body { width:700px; 
        margin:0px;
		padding:0px;
		float:left;
		font-family:"Times New Roman", Times, serif;
		background-color:#036;
		}
#bottom { width:100%; 
          margin:auto; 
		  clear:both;
		  font-weight:bold;
		  background-color:#444444; 
		  border-bottom:#161616 5px solid; 
		  padding-top:3px; 
		  padding-bottom:3px; 
		  color:#838383; 
		  font-size:20px; 
		  }
