@charset "utf-8";

* {
   margin: 0;
   padding: 0;
   }

body {
    background:url(../img/top_bg.jpg) bottom repeat-y;
	font-size:11px;
	color: #727171;
}

img { border:none; margin-bottom:3px; }


/* for IE7 */
*:first-child+html body { font-size: 75%;}
/* for IE 6 or sooner */
* html body { font-size: 75%;}


#wrapper {
 	position:absolute;
	width:422px;
	height:612px;
	left:50%;
 	top:50%;
	margin-left:-211px;
	margin-top:-306px;
	}
#enter {
	width:422px;
	height:612px;
	background:url(../img/top_enter.jpg) no-repeat;
	}
#enter_button {
	position:relative;
	top:360px;
	left:150px;
	width:250px;
	height:50px;
	}
#text {
	position:relative;
	top:435px;
	left:30px;
	width:200px;
	height:80px;
	font-size:11px;color:#999;
	}
	
#flash_wrap {
 	position:absolute;
	width:800px;
	height:640px;
	left:50%;
 	top:50%;
	margin-left:-400px;
	margin-top:-320px;
	}
	
.txt { font-size:10px; text-align:left; padding-left:15px; padding-bottom:5px; }