@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}
.enter_bg_image {
	background-position: center;
	position: inherit;
	margin-right: auto;
	margin-left: 0px;
	text-align: left;
	left: auto;
	right: auto;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #029AA2;
	text-decoration: none;
}
a:link {
}
a:hover {
	text-decoration: line-through;
}


#enter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCC;
	position: relative;
	height: auto;
	width: auto;
	top: 480px;
	text-align: center;
}
#enter {
	position: absolute;
	top: 700px;
	left: 0px;
	width: 100%;
	text-align: center;
	display: block;
}
