#banner {
	position: absolute;
	height: 80px;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #6666FF;
}
#navBar {
	position: absolute;
	height: 24px;
	width: 100%;
	left: 0px;
	top: 80px;
	text-align: left;
	background-color: #0000FF;
}
#mainBody {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 104px;
	height: 515px;
}

