#page {
	width:985px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	text-align:left;
	background:#fff;
	padding:0;
}

#page #pagetop {
	background: url(../images/pagetop.png) no-repeat top left;
	float: left;
	width: 985px;
	height: 44px;
}

#page #content {
	background: url(../images/pagemid.png) repeat-y top left;
	width: 920px;
	float: left;
	padding: 0 35px 0 30px;
	margin: -5px 0 -5px 0;
}

#page #pagebot {
	background: url(../images/pagebot.png) no-repeat top left;
	float: left;
	width: 985px;
	height: 50px;
}