#Download {
	width: 883px;
	height: 194px;
	text-align: center;
	position: absolute;
	top: 940px;
	left: 50%;
	margin-left: -360px;
	z-index: 51;
	border-radius: 5px;
}
#Download .btn_down_s1 {
	float: left;
	width: 345px;
	height: 97px;
        text-indent: -999em;
        background: url(../images/btn_down1.png) no-repeat left top;
}
#Download .btn_down_s2 {
	float: left;
	width: 345px;
	height: 97px;
	text-indent: -999em;
	margin-left: 60px;
	background: url(../images/btn_down2.png) no-repeat left top;
}
#Download .btn_down_s1:hover {
	background: url(../images/btn_down1.png) no-repeat left bottom;
}
#Download .btn_down_s2:hover {
	background: url(../images/btn_down2.png) no-repeat left bottom;
}
