html{
	height:100%;
	background: url(../images/html_background_2.jpg) repeat-y top center;
	margin:0px;
	padding:0px;
}

body{
	height:100%;
	background: url(../images/main_background_2.jpg) no-repeat top center;
	margin:0px;
	padding:0px;
}

#main_container{
	width:975px;
	min-height:100%;
	_height:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	position:relative;
	overflow:auto;
	_overflow:visible;
	background-color:white;
}
