#pageholder {
	background-color: #E8FFFF;
	width: 100%;
	text-align: center;
	color: #000066;
}
#top {
	text-align: center;
	height: 275px;
	width: 100%;
}
#pageholder #top h2 {
	font-size: 2em;
	padding-top: 200px;
	color: #000066;
}
#pageholder #bottom h1 {
	font-size: 5em;
	color: #FFFFFF;
	background-color: #000066;
}
#pageholder #bottom {
	height: 50%;
	width: 100%;
	background-color: #000066;
}


body {
	font-family: "Trebuchet MS";
	font-size: .9em;
	background-color:#E8FFFF;
	margin: 0px;
}
