* {
	padding: 0;
	margin: 0;
}

html, body {
	height:100%; /* needed for container min-height */
}

#overlay {
	background: rgba(0, 0, 0, .9);
	color: #fff;
	margin-top: 150px;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#overlay h2 {
	font: 200 4em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#overlay p {
	font: 100 1.2em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#theMap iframe {
	height: 100%;
	width: 100%;
	min-height: 100%
}

#theMap {
	height: 100%;
	width: 100%;
	min-height: 100%;
}




