body {
text-align: center;
width: 842px;
margin: auto;
}

div.container {
text-align: left;

}

div.splash {
border:groove;
border-color:#000000;
margin-top: 10px;
background-image: url(../images/splash.jpg);
width: 842px;
height: 595px;
}


ul.enter {
	height: 40px;
	background-color: transparent;
	list-style: none;
	width: 150px;
	white-space: nowrap;
	padding: 0;
	position: absolute;
	margin-top: 545px;
	margin-left: 345px;
	
	
}


ul.home li {
width: 150px;
display: inline;
list-style-type: none;
float: left;
text-align: center;
}

a.home {
display: block;
width: 150px;
height: 40px;
background: url(../images/enter-button.png) 0 0 no-repeat;
text-decoration: none;
}

a:hover.home {
background-position: -150px 0;
}
