html, body { 
	margin: 0;
	padding: 0;
	color: white;
	font-family: "aktiv-grotesk-std", sans-serif;
	text-shadow: 2px 2px 4px black;
}

#wrap {
	position: relative;
	width: 980px;
	height: 650px;
	margin: auto;
	background: url('/img/map.png');
}

h1 {
	position: absolute;
	top: 150px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 35px;
	width: 510px;
}

h1 img {
	display: block;
	margin: 10px 0;
}

h1 span {
	display: block;
	text-align: right;
}

h2 {
	margin: 0;
	padding: 0;
}

#storeselector {
	text-transform: uppercase;
	position: absolute;
	top: 400px;
	left: 200px;
}

#storeselector ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#storeselector ul li {
	margin: 10px 0;
}

#storeselector ul li a {
	color: white;
	text-decoration: none;
}