#container {
	margin-left:auto;
	margin-right:auto;
	width:899px;
	top:0px;
	position:relative;
	background-color: #fff;
	min-height:100%;
}

#main_header {
	left:0px;
	top:0px;
	width:899px;
	height:195px;
	background-color:#fff;
}
#mainbody {
	top:200px;
	width:100%;
	background-color: #fff;
	z-index:1;
	left-padding:60px;
	right-padding:60px;
	padding-bottom:60px;	/* Height of the footer */
	z-index:1;
}
#pagetitle {
	margin-left:80px;
	top:20px;
	width:400px;
	height:50px;
}
#pagecontent {
	margin-left:80px;
	margin-right:80px;
	top:60px;
	width:740px;
	background-color:#fff;
	z-index:2;
}
#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	height:60px;
	background-color:#fff;
	z-index:2;
}

