body { background: url(../img/background-repeat.jpg) repeat-x }

#container {
	background: url(../img/index-background.jpg) no-repeat;
	height: 918px
}
	#splash {
		position: absolute;
		top: 236px;
		left: 46px
	}
		#splash-cycle {
			position: relative;
			z-index: 1;
			width: 549px;
			height: 303px;
			overflow: hidden
		}
		#splash-video {
			display: none;
			visibility: hidden
		}
		 ul#splash-pager {
			position: absolute;
			z-index: 2;
			top: 294px;
			list-style: none
		}
		#splash-pager li { display: inline }
		#splash-pager a {
			float: left;
			padding-top: 15px;
			margin-right: 4px;
			background: url(../img/splash-background.png) no-repeat;
			width: 134px;
			height: 19px;
			font: 12px Georgia, serif;
			text-align: center
		}
		#splash-pager a.activeSlide {
			background: url(../img/splash-background-current.png) no-repeat
		}
		#splash-pager li.last a {
			margin-left: 1px;
			margin-right: 0
		}
			#splash-pager li a {
				color: #FFF;
				text-decoration: none
			}
	#latest-news {
		font: 14px Georgia, serif;
		color: #000;
		position: absolute;
		top: 603px;
		left: 50px;
		width: 545px;
		height: 250px;
		overflow: hidden
	}
		#latest-news a {
			color: #0072BC;
			text-decoration: none
		}
		#latest-news ul {
			margin-top: 15px;
			list-style: none
		}
		#latest-news li {
			margin-bottom: 1em
		}