@charset "UTF-8";
#aboutus {
	overflow: auto;	
}
.opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 25;
}
#main_overlay {
	height: 100%;
	width: 300px;
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 30;
	display: none;
}
#main_overlay #inner {
	margin: 80px 30px 30px 30px;
	color: #fff;
	position: relative;
	z-index:35;
}
.text_wrapper{
	overflow: hidden;
	letter-spacing: 2px;
	line-height: 15px;
	
}
.header {
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
.text_wrapper div, .header div {
	position: relative;
}

#about2_wrapper {
position: absolute;
top: 180px;
right: 90px;
width: 500px;
height: 350px;
	z-index: 30;
	display: none;
}
.about2 {
		margin: 30px;
	color: #fff;
	position: absolute;
	z-index: 35;
	height: 350px;
width: 440px;
}
#a1, #a2, #a3, #a4, #a5, #a6, #a7, #a8 {
	display: none;	
}
.link {
	margin-top: 20px;
}
.link a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

#prev {
	float: left;
}
#next {
	float: right;
}
#footer {
	z-index: 30;	
}
#header1 {
	letter-spacing: 1px;
	text-transform: uppercase;
}
#header1 a {
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: 1px #999 solid;
	padding-bottom: 2px;
	
}
 #chinese {
		 font-size: 16px;
	
 }
 #english {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	
 }
 #linklist {
	 text-align: left;
	 padding-top: 50px;
cursor: default;
	 
 }
 #linklist a {
	font-size: 14px;
	margin-bottom: 25px;
 }
 #linklist a:hover {
	 color: #aaa;
 }
 .a_img {
	position: absolute;
	bottom: 0;
	margin-bottom: 50px;
	right: 0;
 }
 .a_img img {
	 margin-left: 20px;
 }
 .text_wrapper a {
	 color: #fff;
 }