#header {
    background-color: #eee;
    padding: 10px;
}
#header strong {
    font-size: larger;
    font-weight: bold;
}
#header-nav {
    display: inline;
    position: absolute;
    right: 10px;
}
#header-nav li {
    display: inline;
    margin-left: 10px;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2px;
    background-color: #EFEFEF;
    border: 1px solid #CCC;
}
#copyright {
    font-size: small;
    font-style: italic;
}