body {
	background:#423524 url(../body_bg.jpg) center 0 no-repeat ;
	
}


#page {
   position: relative;
   top: 0px;
   left:0px;
   
   width: 880px;
   height: 765px;
   
   padding: 0px;
   margin: 0px auto;
   
   background:transparent;
   }


#page {
   position: relative;
   top: 0px;
   left:0px;
   
   width: 880px;
   height: 765px;
   
   padding: 0px;
   margin: 0px auto;
   
   background:transparent;
   }

#footer {
   position: relative;
   top: 0px;
   left:0px;
   
   width: 880px;
   height: 765px;
   
   padding: 20px 0 0 0;
   margin: 0px auto;
   
   background:transparent;
   
   text-align:center;
   color:#999;
   font-family: Arial, Verdana, sans-serif;
   font-size:11px;
   }
   
#footer a {
	padding: 3px;
	text-decoration:none;
	color:#999;
	border-bottom:1px dotted #777;
	background:transparent;
}

#footer a:hover {
	color:#fff;
	border-bottom:0;
	background:#111;
}