/* CSS Document */

#enter_overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1395px;
	z-index:9998;
	display:none;
	background: transparent url("/enter-bg.png") repeat;
}

#enter_content {
	width:705px;
	height:550px;
	position:fixed;
	top:8%;
	left:50%;
	text-align:left;
	margin-left:-350px;
	margin-top:50px;
	z-index:9999;
	opacity:1;
	filter:alpha(opacity = 100);
	display:none;
	border:1px solid #1E1E1E;
}

