body {
	background-image: url(welcomepic_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "微软雅黑";
	font-size: 12px;
	text-align: center;
	color: #333;
	width: 1500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	background-color: #FFF;
}
body > div {
	margin: 0 auto;
	width: 1100px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	float: left;
	list-style-type: none;
}
.rectangle {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #666;
	line-height: 20px;
	height: 20px;
	width: 80px;
	font-size: 14px;
	text-align: center;
}
.rectangle:hover {
	color: #FFF;
	background-color: #666;
}
.back {
	color: #930;
	text-decoration: underline;
}
.year {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	background-color: #036;
}
.pic_text {
	font-size: 14px;
	line-height: 150%;
	color: #333;
}



#banner {
	height: 250px;
	padding-top: 10px;
	text-align: left;
}
#introduction {
	text-align: left;
}
#introduction #intro {
	background-color: #FC9;
	width: 900px;
	margin-top: 15px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	margin-left: auto;
	color: #000;
	line-height: 20px;
	margin-right: auto;
	padding-bottom: 20px;
}
#photo_show {
	padding-top: 20px;
	text-align: left;
	min-height: 780px;
}
#photo_show #year {
	float: left;
}
#photo_show #year a {
	color: #39C;
	text-decoration: none;
}
#photo_show #year a:hover {
	color: #333;
	background-color: #FC0;
}

#photo_show ul {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 28px;
}
#photo_show ul li {
	background-image: url(welcomepic_show.jpg);
	background-repeat: no-repeat;
	height: 206px;
	width: 219px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 15px;
	float: left;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#photo_show ul li a {
	color: #333;
	text-decoration: none;
}
#photo_show ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#page {
	height: 80px;
	color: #666;
	line-height: 60px;
	text-align: center;
}
#page a {
	color: #09F;
	text-decoration: none;
}

#page a:hover {
	color: #F30;
}
#bottom {
	background-color: #333;
	background-image: url(welcomepic_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: auto;
}