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

body{
	text-align:center;
	background-color:#000000;

	background-image:url(../images/index.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color:#ffffff;
}

header h1 {
	width:100%;
	background-color:rgba(0,0,0,0.5);
	font-size:75%;
	font-weight:bold;
	padding:3px 0;
	letter-spacing:1px;
}

#content h1 {
	padding-top:50px;
}

#button ul {
	width:380px;
	margin:0 auto;
	padding-top:15px;
}

#button ul li {
	width:190px;
	float:left;
	text-align:center;
}

#button li a{
	width:180px;
	height:96px;
	display:block;
	text-indent:-9999px;
}

#button #enter a{
	background-image:url(../images/enter-bt.png);
	background-repeat:no-repeat;
}

#button #leave a{
	background-image:url(../images/leave-bt.png);
	background-repeat:no-repeat;
}

#button #enter a:hover{
	background-position:0 -96px;
}

#button #leave a:hover{
	background-position:0 -96px;
}

#link_ban {
	width:1000px;
	margin:0 auto;
	padding-top:80px;
	text-align:left;
}

#footer {
	padding-top:120px;
	text-align:center;
}

#footer p {
	padding:4px 0;
}

#footer p a {
	color:#ffffff;
}

#footer p a:hover {
	text-decoration:underline;
}
