@charset "utf-8";
/* CSS Document */

#btnlocation {
	width: 160px;
	height: 160px;
	margin: 0px 0px 0px 35px;
	float: left;
	background-image:url(../Image/bbk.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
.btnA { 
	display: block;
	width: 160px;
	height: 35px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color:#FFFFFF;
	text-decoration:none;
}
.btnA:hover{
	color:#004A80;
}


