#container {
	background: url(img/index-background.jpg) no-repeat;
	height: 748px !important;
}
#splash {
position: absolute;
top: 176px;
left: 46px;
width: 908px;
height: 288px;
overflow: hidden;
}
#splash .slide {
	position: relative;
	width: 908px;
}
#splash .front {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(img/splash-fade.png) no-repeat;
}
#splash .back {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1
}
#splash-pager {
	position: absolute;
	top: 434px;
	left: 57px;
	z-index: 10
}
	#splash-pager a {
		padding: 2px 4px 2px 4px;
		background: #CD1F25;
		margin-right: 8px;
		color: #FFF;
		text-decoration: none
	}
#splash-pager a:hover, #splash-pager a.activeSlide { background: #460A0C }

#twitter {
	top: 454px;
	left: 641px
}
#facebook {
	top: 571px;
	left: 641px
}

#latest-news {
	position: absolute;
	top: 532px;
	left: 47px;
	width: 575px;
	font-size: 14px;			
}
	#latest-news a { color: #000 }

	#latest-news-subheader {
		position: absolute;
		top: 495px;
		left: 47px
	}
	#latest-news-more {
		position: absolute;
		top: 498px;
		left: 575px
	}
