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

body{
	background-color:#222222;
	padding-top:20px;
	}
a{
	text-decoration:none;
	}
	
img{
	border:0;
	}
 
#main{
	width:830px;
	height:700px;
	margin:0 auto;
	position:relative;
	
}
 #search_bg{
	background:#FFF;
	width:396px;
	height:28px;
	position:absolute;
	top:6px;
	left:286px;
	z-index:5;
	}	

#flashbox{
	width:830px;
	height:700px;
	position:relative;
	z-index:2;
	}
#enterbg{
	width:120px;
	height:90px;
	position:absolute;
	bottom:30px;
	left:25px;
	}
	
#enterbg a{
	width:120px; 
	height:90px;
	background:url("./images/enter.png") 0 0 no-repeat;
	display:block;
}


#enterbg a:hover{
	width:120px; 
	height:90px;
	background-position:-120px; 
	display:block;
	}
	
#outbg{
	width:120px;
	height:90px;
	position:absolute;
	bottom:30px;
	right:25px;
	}
	
#outbg a{
	width:120px; 
	height:90px;
	background:url("./images/out.png") 0 0 no-repeat;
	display:block;
}


#outbg a:hover{
	width:120px; 
	height:90px;
	background-position:-120px; 
	display:block;
	}
	
#invisible_table{
	display:none;
}

#bgtitle{
	display:none;
	}
	
	#mitbg{
	width:800px;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	color:#FFF;
		}
#mitbg img{
	width:70px;
	margin-bottom:110px;
	float:left;
	}
.mith1{
	font-size:16px;
	font-weight:bold;
	color:#F00;
	}
#mittitlebg{
	width:690px;
	padding-left:80px;
	}
	
