body { 
	text-align: center;
	background-color: #000000;
}
#splash {
	position: relative;
	width: 837px; height: 615px;
	background-color: #bccfa6;
}
#splash #about {
	position: absolute;
	left:0; top:0;
	width: 282px; height: 388px;
	margin: 0;
}
#splash #about a {
	display:block;
	width: 283px; height: 388px;
	background-image: url(../images/layout/splash-about.jpg);
	background-repeat: no-repeat;
	text-indent:-2000px;
}
#splash #about a:hover {
	background-image: url(../images/layout/splash-aboutRO.jpg);
}
#splash #products {
	position: absolute;
	width: 273px; height: 388px;
	left: 283px; top: 0;
}
#splash #products a {
	display:block;
	width: 273px; height: 388px;
	background-image: url(../images/layout/splash-products.jpg);
	background-repeat: no-repeat;
	text-indent:-2000px;
}
#splash #products a:hover {
	background-image: url(../images/layout/splash-productsRO.jpg);
}
#splash #events {
	position: absolute;
	left: 556px; top: 0;
	width: 282px; height: 388px;
}
#splash #events a {
	display:block;
	width: 282px; height: 388px;
	background-image: url(../images/layout/splash-events.jpg);
	background-repeat: no-repeat;
	text-indent:-3000px;
}
#splash #events a:hover {
	background-image: url(../images/layout/splash-eventsRO.jpg);
}
#splash #enter {
	position: absolute;
	left: 0; top:388px;
	width: 838px; height: 195px;
}
#splash #enter a {
	display:block;
	width: 838px; height: 195px;
	background-image: url(../images/layout/splash-enter.jpg);
	background-repeat: no-repeat;
	text-indent:-2000px;
}
#splash #enter a:hover {
	background-image: url(../images/layout/splash-enterRO.jpg);
}
#splash #footer {
	position: absolute;
	left:0;
	top: 510px;
}

#splash #footer h1 {
	position: absolute;
	left: 30px;
	top: 80px;
	color: #5c8727;
	font-family: futura medium, Verdana, san-serif;
	font-size: 14px;
	z-index: 50;
}
a {
	color: #5c8727;
	text-decoration: none;
}
a:hover {
	color: #bccfa6;
	text-decoration: none;
}
#implementer {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#5c8727;
	padding-top:10px;
}
#implementer a {

}
p { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }
