/* CSS Document */
#outerBox,#innerBox {
	border:none;
}
h3,div,span {
	margin:0;
	padding:0;
}
#outerBox {
	position:absolute;
	top:50%;
	height:400px;
	margin-top:-200px;
	left:50%;
	width:600px;
	margin-left:-300px;
}
#innerBox {
	position:absolute;
	top:80px;
	bottom:50px;
	left:132px;
	right:10px;
}
#innerBox>h3 {
	text-align:center;
}
#showBox {
	height:200px;
	margin:5px 0px;
}
#showBox>img {
	 width:221px;
	 height:147px;
	 margin-top:26.5px;
	 float:left;
}
#showBox>div {
	float:left;
	line-height:40px;
	text-align:center;
	width:230px;
	margin-top:20px;
}
#showBox:after {
	clear:both;
}
#Link {
	 line-height:29px;
	 text-align:center;
	 font-family:'楷体';
}
#Link a {
	margin-right:10px;
	color:blue;
	text-decoration:none;
}
#Link a:hover {
	color:red;
}
#Logo {
	position:absolute;
	top:10px;
	left:10px;
	width:112px;
	height:106px;
}
#upBorder {
	position:absolute;
	left:132px;
	top:63px;
	right:10px;
}
#downBorder {
	position:absolute;
	left:10px;
	bottom:30px;
	right:10px;
}
#Welcome {
	position:absolute;
	top:45px;
	left:132px;
	right:10px;
	line-height:18px;
	font-size:18px;
	text-align:left;
	font-size:14px;
}
#CopyRight {
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	text-align:center;
	line-height:20px;
	font-size:12px;
}