	body {
			margin: 0;
			background: black no-repeat center top;
		}
		
		a#enter {
			width: 270px;
			height: 350px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 150px;
			display: block;
			background-image: url(images/logo-hover.png);
			text-indent: -9000px;
		}
		
		a#enter:hover {
			background-position: 0 -350px;
		}
#thediv {
background-color: black;
color: white;
width: 500px;
margin: 0 auto;
text-align: center;
min-height: 500px;
}
#thediv a {
color: white;
text-decoration: none;
}
#thediv a:hover {
text-decoration: underline;
}

