body {
	background-color: #000000;
	overflow:auto;
}

#pagePositioner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 632px;
	width: 100%;

	text-align: center;
}

#pageContainer {
	position: relative;
	top:10px;
	width: 850px;
	height:632px;
	
	margin: auto;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

#bodyContent {
	position: relative;
	width: 850px;
	height: 632px;
}