#map_wrapper {
	position: relative;
	min-height: 460px;
}

#map {
	position: absolute;
	visibility: hidden;
/*	margin: 322px auto 0;
	margin-top: -20px;
	margin-left: -275px;
	left: 50%;*/
	width: 538px;
	height: 438px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #999;
}

#map_canvas {
	background-color: #fff;
	border: 1px solid #999;
	width: 536px;
	height: 406px;
}

#map_control {
	margin-top: 10px;
	text-align: center;
}
