div#wrapper {
    height: 100%;
}
div#header {
    top: 0;
    left: 0;
    width: 98%;
    height: 10%;
    padding: 5px;
 }
div#content {
    width: 98%;
    padding: 5px;
    left: 0;
    height: 98%;
}
div#footer {
    position: fixed;
    width: 98%;
    left: 0;
    bottom: 0;
    padding: 5px;
    font-size: small;
    font-weight: 400;
}
div#logo {
    text-align: left;
    height: 40%;
    width: 50%;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;   
    font-weight: bold;
}