#splash-home {
	width:986px;
	height:330px;
	margin:0 auto;
/*	float:left;
	position:relative;*/
	z-index:0;
}
#splash-links {
	margin-left:22px;
	margin-top:30px;
	position:absolute;
	float:left;
	z-index:0;
	left: 850px;
	top: 240px;
	width: 90px;
}
#splash-links a span {
	display:none;
	text-align:left;
}
#splash-links a {
	display:block;
	height:13px;
	width:13px;
	background:url(../images/play-bn.png);
	float:left;
	margin-right:7px;
}
#splash-links a:hover {
	background:url(../images/play-bn-hover.png);
}
#splash-links a.selected {
	background:#fe9800;
}
div.splash-container {
	width:986px;
	height:313px;
	margin:0 auto;
}
div.splash-overlay {
	position:absolute;
	background:black;
	width:341px;
	height:392px;
	filter:alpha(opacity=40);
	opacity:0.4;
	z-index:200;
}
div.splash-content {
	position:absolute;
	width:341px;
	height:392px;
	color:white;
	z-index:300;
}
div.splash-content-inner {
	padding:30px;
	font-size:13px;
	line-height:22px;
}
div.splash-header {
	font-size:24px;
	line-height:28px;
	margin-bottom:12px;
	font-family:trebuchet ms;
}
div.splash-subheader {
	font-size:18px;
	color:#ededed;
	margin-bottom:12px;
}

