#page {
	width:100%;
	height:100%;
}
#top {
	position:absolute;
	bottom:90px;
	width:100%;
	height:330px;
	z-index:2;
}
.center {
	position:absolute;
	left:50%;
	height:0;
	overflow:visible;
}
#content {
	width:800px;
	height:300px;
	margin-left:-350px;
	overflow:hidden;
}
#inner_content {
	width:800px;
	height:300px;
}
#bottom {
	position:absolute;
	bottom:0;
	width:100%;
	height:450px;
	background-image:url(../img/pagebg.png);
	background-position:center top;
	background-repeat:no-repeat;
	z-index:1;
}
