#states {
	width: 300px;
	text-align: center;
	margin: 3em auto 0 auto;
	}

#states a {
	min-width: 90px;
	padding-top: 80px;
	display: block;
	}

html #states a {
	width: 90px;
	color: white;
	text-decoration: none;
	}

html #states a:hover, html #states a:active {
	color: #F68833;
	text-decoration: underline;
	}

#states a.fl {
	background: url("../images/florida.gif") no-repeat center top;
	float: right;
	}

#states a.mn {
	background: url("../images/minnesota.gif") no-repeat center top;
	float: left;
	}