#header-left {
    position: absolute;
    top: 0%;
    left: 0%;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 0.5em;
}

#header-right {
    position: absolute;
    top: 0%;
    right: 0%;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 0.5em;
}

#footer-left {
    position: absolute;
    bottom: 0%;
    left: 0%;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 0.5em;
}

#header-right .logo {
    max-width: 150px;
    border: none;
}