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

.map_container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 0px;
	float: none;
	background-image: url(../map/images/usmap.png);
	height: 1000px;
	width: 1065px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
}
