.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.background {
	background-attachment: fixed;
	background-image: url(../images/eclipse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	color: #FFCC00;
}
a:hover {
	color: #FF9900;
}

