body {
	background-image: url(../images/clouds_4.jpg);
	background-repeat: no-repeat;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
}
p {
}
a {
	color: #00FFFF;
}
a:hover {
}
.siteWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.splashWrapper {
	background-image: url(../images/splash.png);
	background-repeat: no-repeat;
	height: 541px;
	width: 694px;
	margin-right: auto;
	margin-left: auto;
}
.splash {
}
.annoucementWrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	color: #FFFF00;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/announcmentbkg.png);
	background-repeat: repeat;
}
.announcement {
}
.linkWrapper {
	color: #FFFFFF;
	background-image: url(../images/announcmentbkg.png);
	background-repeat: repeat;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.links {
	text-align: center;
}
