BODY { background:url(images/bg2.jpg) repeat;
       margin-top:3px;
	   }

#wrapper { width:700px; 
           text-align:center; 
		   margin-left:auto; 
		   margin-right:auto;
		   border-left:#000000 5px solid;
		   border-right:#000000 5px solid;
		   }
#header {
	width:100%;
	margin:auto;
	background:#b27c56;
	border-top:#161616 5px solid;
	border-bottom:#161616 5px solid;
		  }
#buttons { width:100%; 
           margin:auto; 
		   border-bottom:#161616 5px solid; 
		   }
#body { width:100%; 
        margin:0px;
		margin-bottom:-5px;
		padding:0px;
		background-color:#EDDEB7;
		}
#bottom {
	width:100%;
	margin:auto;
	background-color:#b27c56;
	border-top:#232323 5px solid;
	border-bottom:#161616 5px solid;
	padding-top:3px;
	padding-bottom:3px;
	color:#000;
	font-size:15px;
	font-weight:bold;
		  }
