* {padding: 0; margin: 0}
body {background-color:black; font-size:10px; font-family:Verdana; overflow:hidden; color:#998867}


#enter img {
display:block;
margin-left:auto;
margin-right:auto;
}


#container{
	background: url(bg_blur.jpg) no-repeat center;
	background-color:black;
    position:absolute;
    left: 50%; 
    top: 50%;
    width: 1024px;
    height: 413px;
    margin-top: -257px; /* half of the height */
    margin-left: -512px; /* half of the width */
}


#notyet {
	position: relative;
	top:100px;
	left:410px;
	opacity: 0.5; 
	filter: alpha(opacity = 50); 
	-moz-opacity: 0.55;
	zoom:1;
	
}

#info{
	position:absolute;  
	top:423px;
	left:55px;

}
#info a{
	color: #998867; font-weight: bold; text-decoration: underline;
}

#info a:visited{
	color: #887756; font-weight: bold; text-decoration: underline;
}

#info a:hover{
	color: #998867; font-weight: bold; text-decoration: none;}
}

#info a:active{
	color: #887756; font-weight: none; text-decoration: none;
}






