* {
	margin:0 auto; padding:0; border:0;
}
html, body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
body {
	background-color: #000;
	font-family: Arial, sans-serif;
	color: #000;
}
div#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(img/main_bg.jpg) top center no-repeat;
	text-align: center;
}
div#container {
	width: 866px;
	height: 100%;
	background: url(img/container_bg.png) top left no-repeat;
}
div#header {
	width: 644px;
	height: 190px;
}
div#header a {
	display: block;
	width: 266px;
	height: 43px;
	position: absolute;
	margin: 50px 0 0 370px;
	outline: none;
}
div#content_main {
	clear: both;
	width: 644px;
	height: 600px;
	background: url(img/content_bg.gif) repeat-y;
}
div#content_bottom {
	clear: both;
	width: 644px;
	height: 25px;
	background: url(img/content_bottom.png) no-repeat;
}
div#flbg {
	width: 866px;
	height: 100%;
	background: url(img/flbg.png) bottom right no-repeat;
}
div#footer {
	padding: 100px 0 20px 0;
	color: #444;
	font-size: 11px;
}