﻿html, body {
	height:				100%;
	margin:				0px;
	padding:			0px;
	background-color:	#000;
}

#bg_now {
	background: 		url('images/bg.jpg') no-repeat scroll top center;
	width:				100%;
	height:				1000px;
}
#content {
	width:				990px;
	height:				850px;
	margin:				auto;
	padding:			auto;
}