body, html {
	padding:0;
	margin:0;
}
html {
	overflow-y:scroll;
}
body {
	overflow:hidden;
	background:#000;
}

#container {
	width:940px;
	margin:0 auto;
	display:table;
	padding:20px 0 0 0;
}
#left, #right {
	width:139px;
	height:400px;
	float:left;
}
#left {
	background:url(../img/left.jpg) no-repeat right;
}
#right {
	background:url(../img/right.jpg) no-repeat right;
}

#center {
	width:662px;
	float:left;
	border-top:1px solid #000;
}

	#header, #main, #footer, #miror {
		width:660px;
		float:left;
	}
	#header, #main, #footer {
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	
	#header {
		height:137px;
		border-bottom:1px solid #000;
		background:#000 url(../img/header.jpg) no-repeat top left;
	}
	#main {
		height:330px;
		min-height:330px;
		height:auto !important;
		background:#da7e0d url(../img/main_bg.jpg) repeat-x top left;
		width:660px;
		overflow:hidden;
	}
		#content {
			padding:20px 30px 10px 30px;
		}
	#footer {
		height:28px;
		border-top:1px solid #000;
		background:#000 url(../img/footer.jpg) no-repeat top;
	}
		#footer p {
			text-align:right;
			color:#000;
			font-size:9px;
			line-height:9px;
			padding:10px 29px 0 0;
			margin:0;
		}
		#footer p a {
			color:#000;
			text-decoration:none;
		}
	#miror {
		height:74px;
		width:660px;
		background:#000 url(../img/miror.jpg) no-repeat top;
	}