
.mainbody {
	background-image: url(images/bg_page.jpg);
	margin: 0px;
	padding: 0px;
}
.mainbody .pagetop {
	background-image: url(images/bg_pagetop.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 808px;
	min-height:300px;
}
.mainbody .footer {
	background-image: url(images/bg_pagebottom.jpg);
	margin: 0px;
	padding: 0px;
	height:50px;
	width: 808px;
	background-position: bottom;
}
