body {
    background-color: black;
}

#header {
    color: white;
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 10px 0 20px 0;
}

#header p {
    margin: 10px;
}

#logo {
    vertical-align: bottom;
    display: inline-block;
}

#logo img {
    width: 113px;
}

#contact {
    vertical-align: bottom;
    display: inline-block;
    color: white;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#contact img {
    width: 307px;
    padding-left: 5px;
}

#contact .address {
    padding-bottom: 10px;
}

#contact a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}