body {
	background-color: #2e2e2e;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#logo {
	background-image:url(img/logo.gif);
	display:block;
	height:72px;
	margin-left:122px;
	margin-top:44px;
	_margin-top:30px;
	width:632px;
}
.enter-link {
	font-size: 36px;
	color: #FFF;
}

.disclaimer {
	margin-top: -30px;
	text-align: center;
}
.mid {
	margin-top:34px;
}
.enter {
	background-image: url(img/button.jpg);
	display: block;
	height: 51px;
	width: 246px;
}
.enter:hover {
	background-position:left bottom;
}
.leave {
	background-image: url(img/leave.jpg);
	display: block;
	height: 31px;
	width: 166px;
	margin-left:41px;
}
#button-cont {
	background-image:url(img/leave-back.jpg);
	background-position:6px 34px;
	background-repeat:no-repeat;
	display:block;
	height:135px;
	margin-left:298px;
	margin-top:-43px;
	margin-top:-42px!important;
	position:relative;
	width:256px;
	z-index:1;
}

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