html, body, #wrapperSplash {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background:url(../images/background.gif) top left repeat;
}
#wrapperSplash {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width:762px;
}
table#wrapperSplash td {
	text-align:center;
}
#splash {
	width:762px;
	height:316px;
	background:url(../images/splash.png) top left no-repeat;
	position:relative;
}
.splashNav a {
	height:46px;
	display:block;
	top:208px;
	position:absolute;
	text-indent:-1500px;
	overflow:hidden;
	color:#fff;
}
#splashNav1 a {
	background:url(../imagesNav/splashNav1.gif) 0 0 no-repeat;
	width:82px;
	left:165px;
}
#splashNav2 a {
	background:url(../imagesNav/splashNav2.gif) 0 0 no-repeat;
	width:82px;
	left:503px;
}
.blurb {
	top:107px;
	position:absolute;
	width:241px;
	height:84px;
	text-align:left;
}
#blurb1 {left:117px;}
#blurb2 {left:425px;}
.blurb h1 {
	font:bold italic 14px/20px Arial, Helvetica, sans-serif;
	margin:0;padding:0;
	color:#fff;
}
.blurb p {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#fffebb;
	margin:0;padding:0;
}
#splashNav1 a:hover, #splashNav2 a:hover{ background-position: 0 -46px;}