#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: #202020 url('img/background.jpg') no-repeat left bottom;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    overflow: hidden;
}
#banner {
    vertical-align: top;
    border: 1px solid white;
    border-top: 0;
    border-left: 0;
    margin-right: 9px;
}
#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    color: white;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
#content {
    position: absolute;
    top: 60px;
    bottom: 40px;
    width: 100%;
    background-color: red;
    overflow: hidden;
}
#photo {
    position: absolute;
    top: 60px;
    bottom: 40px;
    border: 1px solid white;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
