@charset "UTF-8";
body {
	background: #000 url(images/bg.jpg) no-repeat center top;
	margin: 0;
	height: 830px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

img {
	border: 0;
}

.clr {
	clear: both;
}

.left {
	float: left;
}

.holder {
	width: 476px;
	float: right;
	margin-right: 119px;
	margin-top: 241px;
}


.top {
	background: url(images/top.jpg) no-repeat;
	width: 476px;
	height: 86px;
	text-indent: -9999px;
}


#enter {
	float: left;
}

#enter a {
	background: url(images/enter.jpg) no-repeat;
	background-position: 0 0;
	height: 73px;
	width: 216px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#enter a:hover {
	background-position: 0 -73px;
}
