* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

body {
	overflow: hidden;
	background-color: #000;
	margin: 0;
	padding: 0;
}

#center	{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 35px;
	overflow: visible;
	display: block;
	background-color: #222;
}

#map {
	position: absolute;
	top: -367px;
	left: 50%;
	margin-left: -366px;
	width: 732px;
	height: 664px;
}
