@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(background1.jpg);
}

IMG { 
	border: none;
	}

#flash {
	position:absolute;
	left:0;
	top:0;
	width:1000px;
	height:650px;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-328px;
	}
	
#enter {
	position:absolute;
	left:50%;
	top:50%;
	z-index:2;
	width:370px;
	height:560px;
	margin-left:-185px;
	margin-top:-280px;
}

#enter_btn {
	position:absolute;
	left:50%;
	top:50%;
	z-index:3;
	width:210px;
	height:16px;
	margin-left:-105px;
	margin-top:10px;
}

#enter_btn2 {
	position:absolute;
	left:50%;
	top:50%;
	z-index:3;
	width:210px;
	height:16px;
	margin-left:-105px;
	margin-top:29px;
}
