body.map #wrap { position: relative; }

body.map h1 {
	position: relative;
	height: 100px;
	overflow: hidden;
	background: none;
}

body.map a.home-button {
	background: url("../img/logo-woosh-square.png") no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

body.map #content-wrap {
	margin: 0 -40px;
	position: relative;
	overflow: hidden;
}

body.map #content {
	width: auto !important;
	float: none !important;
}

#map {
	width: 323px;
	height: 462px;
	background: url("../img/map.png") no-repeat;
	position: relative;
	margin-left: 300px;
}

#north {
	width: 165px;
	height: 252px;
	background: url("../img/map-north.png") no-repeat;
	position: absolute;
	top: 2px;
	right: 5px;
}

#south {
	width: 200px;
	height: 240px;
	background: url("../img/map-south.png") no-repeat;
	position: absolute;
	bottom: 10px;
	left: 2px;
}

#map_north, #map_south {
	position: relative;
}

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
.tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-north { background-image: url("../img/tipsy-north.gif"); background-position: top center; }
.tipsy-south { background-image: url("../img/tipsy-south.gif"); background-position: bottom center; }
.tipsy-east { background-image: url("../img/tipsy-east.gif"); background-position: right center; }
.tipsy-west { background-image: url("../img/tipsy-west.gif"); background-position: left center; }

.location_intro {
	width: 350px;
	margin: 0 auto;
}

.location_intro h3 {
	width: 336px;
	height: 37px;
	background: url("../img/where-do-you-live.png") no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin: 0 auto 10px auto;
}

.location_intro p {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 40px;
}

.location_smiley {
	width: 77px;
	height: 77px;
	background: url("../img/location-smiley.png") no-repeat;
	position: absolute;
	top: 25px;
	right: 25px;
}