#banner {
	position: absolute;
	height: 198px;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
}
#navBar {
	position: absolute;
	height: 42px;
	width: 100%;
	left: 0px;
	top: 198px;
	text-align: center;
}
#mainBody {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 238px;
	height: 400px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	background-repeat: no-repeat;
}
