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


.geoip {
	width: 689px;
	height: 105px;
	display: block;
	float:left;
	background: url(../img/banner_geoip.jpg) no-repeat;
	text-align: center;
	font-size: 28px;
	color: #fb2579;

	margin-top: 20px;
	margin-bottom: 0px;

	font-weight: bold;
	text-decoration: none;

	padding-top: 10px;

	text-shadow: #000 3px 3px 2px;
	cursor: pointer;


}

.geoip span {
	color: #9de134;
	font-size: 36px;
}


