@charset "utf-8";
/* CSS Document */
#enter {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#enter #enter_logo {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
#enter #enter_image {
	background-image: url(images/ent.jpg);
	height: 390px;
	text-indent: -9999px;
}
#enter #enter_text {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}
#enter #enter_copyright {
	font-size: 10px;
	color: #666666;
	text-align: center;
}

#enter #enter_button {
	text-align: center;
}

