#Download {
	width: 864px;
	height: 120px;
	text-align: center;
	position: absolute;
	top: 930px;
	left: 50%;
	margin-left: -360px;
	z-index: 51;
	border-radius: 5px;
}
#Download .btn_down_s1 {
	float: left;
	width: 401px;
	height: 120px;
	text-indent: -999em;
	margin-right: 0px;
	background: url(../image/btn1.png) no-repeat left top;
}
#Download .btn_down_s2 {
	float: left;
	width: 420px;
	height: 120px;
	text-indent: -999em;
	margin-right: -1px;
	background: url(../image/btn2.png) no-repeat left top;
}
#Download .btn_down_s1:hover {
	background: url(../image/btn1_1.png) no-repeat left top;
	transform: scale(1.09);
}
#Download .btn_down_s2:hover {
	background: url(../image/btn2_1.png) no-repeat left top;
	transform: scale(1.09);
}
