address {
    background-color: #f3f3f3;
    border-radius: 0 0 .5em 0;
    border-top: solid 1px #888;
    color: #888;
    font-size: 85%;
    font-style: italic;
    padding: 3px;
    width: 50%;
}
address>a {
    color: #55f;
}

div#header {
    box-shadow: 5px 5px 6px navy;
    border-radius: .5em;
    color: navy;
    font-size: large;
    margin-bottom: 0;
    text-align: center;
    width: 50%;
}

div#header>h1 {
    margin: 0;
}

div#content {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0 0 0 .5em;
    margin-bottom: 2em;
    margin-top: 0em;
    padding: .5em;
    position: relative;
}


