html{
	width:100%;
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#loading,#back1,#back2,#text{
	position:absolute;
	left:0px;
	top:0px;
}

#back1,#back2{
	width:1280px;
	height:720px;
}

#loading,#text{
	z-index:3;
	width:100%;
	height:100%;
}

#progress_bar{
	display:inline-block;
	width:100px;
	height:8px;
	border:1px solid #fe5;
	background:#000;
}

#progress_value{
	display:block;
	float:left;
	width:0px;
	height:8px;
	background:#fe5;
}

#back1,#back2,#text{
	display:none;
}

back1{
	z-index:1;
}

#back2{
	z-index:2;
	opacity:0.2;
}

#text td,#loading td{
	color:#fe7;
	text-align:center;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-shadow:0px 0px 5px #000;
}

#text h1{
	font-size:55px;
	color:#fe7;
	letter-spacing:5px;
}

#text em,#text span{
	font-style:normal;
	font-size:20px;
	color:#fea;
}

#start{
	background-color:#000;
	background-image:url("../gif/1.gif");
	background-repeat:no-repeat;
	background-position:top center;
	border:2px solid #db7;
	border-radius:10px;
	color:#db7;
	display:inline-block;
	font-weight:bold;
	font-size:30px;
	letter-spacing:3px;
	padding:10px;
	position:relative;
	text-decoration:none;
	width:200px;
	z-index:1;
}

#start:hover{
	box-shadow:0px 0px 25px #fa7;
}
