body {
	margin: 0;
	background: #000;
	text-align: left;
}

#video_wrapper {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 624px;
	height: 408px;
	margin-left: -325px;
	background: #1f1f1f url('/img/midnight/video_back.jpg') no-repeat top center;
	z-index: 4;
}

#video_close {
	position: absolute;
	top: 508px;
	left: 50%;
	width: 624px;
	height: 40px;
	margin-left: -325px;
	background: #1f1f1f;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}

#enter {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -486px;
}
