body {
	color: #000;
	background: #9CB7D4;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
}
div#splash {
	width: 736px;
	height: 351px;
	position: absolute;
	top: 50%;
	margin-top: -175px;
	left: 50%;
	margin-left: -368px;
	background: #8BA7CE url(img/intro.jpg) no-repeat;
}
	div#splash ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		div#splash ul li a {
			display: block;
			font-size: 0;
			text-indent: -9999px;
			text-decoration: none;
		}
		div#splash ul li a#helpme {
			width: 145px;
			height: 75px;
			position: absolute;
			left: 53px;
			top: 142px;
		}
		div#splash ul li a#products {
			width: 62px;
			height: 75px;
			position: absolute;
			left: 334px;
			top: 142px;
		}
		div#splash ul li a#homepage {
			width: 123px;
			height: 75px;
			position: absolute;
			left: 553px;
			top: 142px;
		}
h1 {
	display: none;
}
p#copyright {
	width: 736px;
	position: absolute;
	top: 50%;
	margin-top: 175px;
	left: 50%;
	margin-left: -368px;
	text-align: right;
	font-size: 10px;
	color: #2A5CA0;
}
