body {
	margin:0px;
	background-color:#49523d;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	width:980px;
	text-align:center;
	margin:auto;
}

#banner {
	border-top:7px solid #2d3b33;
	width:980px;
	height:121px;
	border-bottom:4px solid #5d6750;
}

#content_top {
	width:980px;		
}

#buttons_top {
	width:980px;		
}

#content_mid {
	width:980px;		
}

#buttons_bottom {
	width:980px;		
}

#footer {
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#91968a;
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:26px;
}

#footer a {
	color:#91968a;	
	font-weight:bold;
	text-decoration:none;
}