@charset "utf-8";
#wrapper {
	height: 1000px;
	width: 990px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/index-background.png);
}
#content {
	float: left;
	height: 250px;
	width: 990px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/i-banner.png);
	background-repeat: no-repeat;
}
#navigation {
	float: left;
	height: 350px;
	width: 990px;
	margin-top: 100px;
	margin-left: 0px;
	text-align: center;
}
#footer {
	float: left;
	height: 250px;
	width: 990px;
	margin-top: 50px;
	margin-left: 0px;
	background-repeat: no-repeat;
}



a:link {
	color: #5981c6;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #5981c6;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #000;
	font-size: 60px;
	cursor: all-scroll;
	background-color: #FFC;
	font-family: "Adobe 楷体 Std R", "Adobe 黑体 Std R", "Adobe 仿宋 Std R";
	text-align: center;
}
.english {
	font-size: 60px;
	font-weight: bolder;
	font-family: "Times New Roman", serif, sans-serif;
	text-align: center;
}
.englishCopy {
	font-size: 35px;
	font-weight: bolder;
	font-family: "Times New Roman", serif, sans-serif;
	text-align: center;
}

.chinese {
	font-size: 60px;
	font-weight: bolder;
	font-family: "Adobe 楷体 Std R", "Adobe 黑体 Std R", "Adobe 仿宋 Std R";
	text-align: center;
}
