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

html{
	height:100%;
}

body{
	height:100%;
	text-align:center;
	background-color:#fff;
}

#container{
	width:100%;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#container #contents{
	padding:0 0 0 0;
}

#container #contents #upper{
	height:430px;
/*	margin:-23px 0 0 0;*/
	overflow:hidden;
	background-image:url(img/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

#container #contents #upper h1{
	font-size:0px;
	line-height:0;
	padding:30px;
}

#container #contents #warnig_msg{
	margin:30px auto 0 auto;
	color:#5d5d5d;
	font-weight:900;
}

#container #contents #selection{
	width:410px;
	margin:25px auto 0 auto;
}

#container #contents #selection:after{
	content:" ";
	display:block;
	clear:both;
}

#container #contents #selection #enter_bt{
	margin-top:3px;
	float:left;
}

#container #contents #selection #leave_bt{
	margin-top:3px;
	float:right;
}

#container #contents #selection li a{
	width:180px;
	height:90px;
	display:block;
	text-indent:-9999px;
}

#container #contents #selection #enter_bt a{
	background-image:url(img/enter-bt.png);
	background-repeat:no-repeat;
}

#container #contents #selection #leave_bt a{
		height:90px;
	background-image:url(img/leave-bt.png);
}

#container #contents #selection #enter_bt a:hover{
	background-position:0 -96px;
}

#container #contents #selection #leave_bt a:hover{
	background-position:0 -96px;
}

#container #contents #link_ban,#container #purelovers_ban{
    margin: 55px auto 0;
    padding-bottom: 100px;
    width: 847px;
}

#container #contents #link_ban:after,#container #contents #purelovers_ban:after{
	content:" ";
	display:block;
	clear:both;
}

#container #contents #link_ban{
	width:1000px;
	margin:10px auto 0 auto;
}

#container #contents #link_ban li{
	margin:3px;
	float:left;
}

#container #contents #purelovers_ban li{
	margin-top:3px;
	display:inline;
}

#container #footer{
	width:100%;
	height:40px;
	padding:10px 0;
	position: absolute;
	bottom: 0;
    left: 0;  
	color:#ffffff;
	background-color:#540001;
	line-height:1.4;
}
