body {
	background: #fff;
	text-align: center;
}	
#splash {
	width: 100%;
	margin: 0 auto 0 auto;
	background: #fff;
	height: 430px;
	background: url() center no-repeat;
	text-align: center;
}
#splash .vla {
	position: relative;
	top: 82px;
	margin: 0 auto 0 auto;
	width: 202px;
	height: 112px;
	background: url() no-repeat;
}
#splash .rca {
	position: relative;
	top: 117px;
	margin: 0 auto 0 auto;
	width: 202px;
	height: 112px;
	background: url() no-repeat;
}
#splash .lps {
	position: relative;
	left: -40px;
	margin: 0 auto 0 auto;
	width: 300px;
	height: 162px;
	top: 90px;
	z-index: 999;
	
}
* html #splash .lps {
					position: relative;
					left: -40px;
					margin: 0 auto 0 auto;
					width: 300px;
					height: 162px;
					top: 100px;
					background: url(lps-logo.gif) no-repeat;
					z-index: 999;
}
#splash .vla h2, #splash .rca h2 {
	margin: 0;
	padding: 0.5em 0 0 1em;
	width: 120px;
	font-size: 90%;
	color: #000;
	text-align: left;
}
#splash .vla h2 a, #splash .rca h2 a {
	height: 95px;
	display: block;
	color: #000;
	text-decoration: none;
}
* html #splash .vla h2 a, * html #splash .rca h2 a {
	position: relative;
	left: -34px;
	color: #000;
}
#splash .lps h2 {
	position: relative;
	font-family: times;
	font-size: 27px;
	color: #7C7C7B;
	left: 90px;
}
#splash .lps h2 a:link { color: #7C7C7B; text-decoration: none; }
#splash .lps h2 a:visited { color: #7C7C7B; text-decoration: none; }
#splash .lps h2 a:hover { color: #7C7C7B; text-decoration: underline; }

#splash .text-wrap {
				position: relative;
				top: 120px;
				text-align: center;
				color: #000;
				width: 760px;
				margin: 0 auto 0 auto;
}

#splash .centre {
						color: #000 !important;
}

#splash .footer {
	position: relative;
	top: 140px;
	text-align: center;
	color: #000;
}
#splash .footer ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#splash .footer li {
	display: inline;
	margin: 0;
	padding: 0 .5em 0 .5em;
	font-weight: bold;
	background: url(splash-bullet.gif) right no-repeat;
}
#splash .footer li a { color: #000; }