@charset "utf-8";
html {
	background-color: #000;
	background-image: url(../images/template_bg.jpg);
	background-repeat: repeat-x;
}
body {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 986px;
	text-align: center;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 600px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
