@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background:url(../images/splash-bg.jpg) repeat-x #000;
}

#splashTop {
	background:url(../images/splash-top.jpg) no-repeat #000;
	position:relative;
	margin:0 auto;
	top:23px;
	width:747px;
	height:302px;
}

#splashBottom {
	background:url(../images/splash-bottom.jpg) no-repeat #000;
	width:747px;
	height:371px;
	position:relative;
	top:23px;
	margin:0 auto;
}

#splashNav {
	color:white;
	text-align:center;
	position:relative;
	top:38px;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
	margin:0 auto;
}

a, img {
	border:none;
	outline:none;
}