/* CSS Document */
html body {
	background: url('../images/stripedBG.gif') repeat;
}
#flashObject {
	padding: 0px;
	margin: 0px;
	width: 860px;
	height: 440px;
}
#splashWrapper {
	width: 860px;
	background-color: #000000;
	border: 1px solid #222222;
	margin: 0 auto;
}
#splashContainer {
	background: url('../images/landingbg.gif') no-repeat;
	min-height: 260px;
	width: 860px;
	text-align: center;
}
a.highBandLink {
	font-size: 12px;
	color: #3399CC;
	text-decoration: none;
}
a.highBandLink:hover {
	color: #FFFFFF;
}
.splashText {
	padding-right: 200px;
	padding-left: 200px;

	font-size: 10px;
	color: #666666;
}
a.lowBandLink {
	font-size: 9px;
	color: #487d97;
	text-decoration: none;
}
a.lowBandLink:hover {
	color: #3399CC;
}
.copyrightInfo {
	font-size: 9px;
	color: #666666;
}