html, body {
    font-family: Helvetica, sans-serif;
    background-color: #222;
    height: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url(maps_background_1.jpg) no-repeat center center fixed;
}

h1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 0px;
    color: #FFF;
    box-shadow: -15px 5px 20px #000;
    z-index: 10;
    margin: 0px;
    padding: 10px 30px;
}

h2 {
    font-size: 16pt;
    margin-top: 0px;
}

.content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    padding: 0px 20px;
    box-shadow: 0px 0px 30px #000;
}

.spacer_div {
    width: 100%;
    height: 100px;
}

.map_div {
    width: 100%;
    min-height: 180px;
    text-align: right;
 }

.map_div img {
    width: 150px;
    height: 150px;
    float: right;
    clear: both;
    box-shadow: 0px 0px 5px #000;
    margin-left: 20px;
}

.map_div h2 {
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #AAA;
}
