body
{
	text-align: center;
}
#page
{
	position:relative;
	text-align:left;
	width:800px;
	top:0px;
	margin: 0 auto;
	padding:0;
}
#header
{
	position: absolute;
	width: 800px;
	top:0px;
	left:0px;
	height:121px;
}
#menubar
{
	position: absolute;
	width: 800px;
	top:121px;
	left:0px;
	height:40px;
}
#page_content
{
	position: absolute;
	width: 790px;
	top:161px;
	left:0px;
}
#footer
{
	position: relative;
	width: 790px;
	top:0px;
	left:0px;
}
