* {
	margin:0px;
	padding:0px;
	border:none;
}

body {
	background-image:url(images/bg_x.jpg);
	background-repeat:repeat-x;
	background-color:#2f2f2f;
}
.bg_main {
	width:100%;
	height:1024px;
	background-image:url(images/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
}

.container {
	width:986px;
	height:1024px;
	margin:0 auto;
}