@charset "utf-8";
.btn {
	display:block;
	background-color: #F1A928;
	width: 745px;
	height: 150px;
	bgground: url(../img/index/btn_apply.gif) no-repeat top left 0 0;
	overflow:hidden;
	text-indent:-9999px;	

}
.btn:hover{
	display:block;
	background-color: #F1A928;
	width: 745px;
	height: 150px;
	bgground: url(../img/index/btn_apply.gif) no-repeat top left 0 -150;
	overflow:hidden;
	text-indent:-9999px;	

}
