@charset "utf-8";
body {
	line-height: 1.6;
	background-color: #000000;
}

/*--------------------------------------
              link style
--------------------------------------*/

a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #0024C1;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/*--------------------------------------
            basic layout
--------------------------------------*/

#wapper {
	height: 600px;
	background-color: #000000;
	text-align: center;
}
.clear {
	clear: both;
	background-color: #FFFFFF;
	border-top-color: #000000;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#enter {
	background-color: #000000;
}
#enter #main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}


#enter #main #mainFlash {
	background-position: center;
	width: 950px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#enter #main  #mainFlash h1 {
	position: absolute;
	left: 15px;
	top: 5px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
#enter #main  #mainFlash  #contents {
	position: absolute;
	top: 117px;
	background-color: #000000;
	height: 366px;
	width: 560px;
	left: 192px;
	margin-right: auto;
	margin-left: auto;
}
#enter #main #contents #section1 {
	float: left;
	width: 280px;
	height: 366px;
}
#enter #main #section1 h2 {
	margin-top: 100px;
}
#enter #main #section1 #enterButton {
	margin-top: 40px;
}
#enter #main #section1 #exitButton {
	margin-top: 20px;
}
#enter #main #contents #section2 {
	float: right;
	width: 280px;
	clear: right;
}
#enter #main #mainFlash #footer  {
	position: absolute;
	left: 15px;
	top: 530px;
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
}
#enter #main #footer .r18 {
	background-image: url(../images/r18.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 10px;
}
*html #enter #main #footer .r18{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/r18.png);
}

#enter #main #footer .copyrught {
	font-size: 10px;
}
#enter #main #footer #movileButton {
	position: absolute;
	left: 829px;
	top: 47px;
}

