#home-splash {
	background-image: url(../images/home-splash-background.gif);
	*background-image: url(../images/home-splash-backgroundIE.gif);
	background-repeat: repeat-y;
	display: block;
	width: 772px;
	*width: 764px;
	clear: both;
	top:12px;
	*top:0px;
	margin-top:12px;
	margin-bottom:0px;
}
#home-splash-top {
	background-image: url(../images/home-splash-top.gif);
	*background-image: url(../images/home-splash-topIE.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#home-splash-bottom {
	background-image: url(../images/home-splash-bottom.gif);
	*background-image: url(../images/home-splash-bottomIE.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	position:relative;
	
}
#home-splash-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	float:right;
	display: block;
	width: 490px;
	margin-right:10px;
	padding-top: 8px;
}
#splashpic {
	margin: 6px 6px 8px;
	clear: left;
	float: left;
}
#home-splash-content {
	display: block;
	clear: both;
	height: 310px;
}
#home-splash-text li{
	list-style-position: outside;
	list-style-type: square;
	margin-left: 16px;
}
#startbutton {
	position: absolute;
	right: 220px;
	bottom: 12px;
}
