body {
	background-attachment: fixed;
	background-image: url(../images/wsa-blu-star-bkgrd.jpg);
	background-repeat: repeat-x;
}
.container {
	width: 900px;
	height:650px;
	background-position: center top;
	border: thick solid #6a6d83;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 25px;
	background-attachment: scroll;
	background-color: #6A6D83;
}
.splashtext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 45px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}
a.splashtext:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.splashtext:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.splashtext:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.splashtext:active {
	color: #CCCCCC;
	text-decoration: underline;
}
