@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
body a {
	color: #CCFF99;
	text-decoration: none;
}
.oneColFixCtr #container {
	width: 800px;
	background: #FFFFFF;
	border: 0px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
}
.oneColFixCtr #top {
	padding: 0px;
	background-image: url(../images/fe2_splash_logo.jpg);
	background-repeat: no-repeat;
	height: 302px;
	vertical-align: bottom;
}
.oneColFixCtr #bottom {
	background-image: url(../images/fe2_splash_bottom.jpg);
	background-repeat: no-repeat;
	height: 298px;
	font-size: 60%;
	color: #99CC66;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}