h1 {
	font-size: 4em;
}

h2 {
	font-size: 2em;
}

.header {
z-index: 999;
position: fixed;
top: 1em;
left: 25%;
width: 50%;
text-align:center;
background-color:#ffffff;
padding-bottom:1em;
}

#map {
height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
margin: 0;
padding: 0;
}