body {
background: url('splash.jpg') top center no-repeat #000;
text-align: center;
}

#quicknav {
height: 100px;
margin-top: 150px;
margin-left: auto;
margin-right: auto;
color: #fff;
}

#enter {
	width: 397px;
	height: 52px;
	background: url('enter.gif') top center no-repeat;
	position: fixed;
	margin-top: -100px;
	margin-left:20%;
	}

#enter a {
	display: block;
	height: 100%;
	width: 100%;
	}

a, a:visited {
	color: #fff;
	font-family: 'Lucida Grande', helvetica, arial, sans-serif;
	font-size: 14px;
	}
a:hover {
	color: #ccc;
	}
