/* charset */
@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #000;
	background-image:url(../img/bk_main.gif);
}
#main {
	position:relative;
	top:0px;
	width:800px;
	height:600px;
	margin: auto;
	padding: 0;
	z-index: 0;
	background-image: url(../img/splash.jpg);
}
#main_site {
	position:relative;
	top:0px;
	width:900px;
	height:1000px;
	margin: auto;
	padding: 0;
	z-index: 0;
	border:thin;
	border:#000;
}
#intro {
	position:absolute;
	top:58px;
	width:600px;
	height:200px;
	z-index: 1;
	left: 88px;
}
#bt_entrer {
	position:absolute;
	top:296px;
	width:141px;
	height:36px;
	z-index: 1;
	left: 235px;
}
#bt_enter {
	position:absolute;
	top:296px;
	width:141px;
	height:36px;
	z-index: 1;
	left: 415px;
}
