html {
    height: 100%;
    background: #a60000 left top repeat-x;
}

body {
    height: 100%;
    font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#non-footer {
    position: relative;
    min-height: 100%;
}

* html #non-footer {
    height: 100%;
}

header {
    background: #67e667;
    font-size: 2em;
    padding: 1em;
    box-shadow: 0px 0px 20px 0px #333;
}
header h1 {
    font-weight: lighter;
    text-shadow:1px 1px 2px #ccc;
}

#content {
    padding-bottom: 2.5em;
    text-align: center;
    color: #eee;
}
#content h1 {
    font-size: 3em;
    padding-top: 1.5em;
    padding-bottom: .3em;
    text-shadow:2px 2px 5px #333333
}
#content img {
    margin: 1.5em;
    box-shadow: 0px 0px 15px 0px #333;
}

footer {
    position: relative;
    margin-top: -2em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: .8em;
    background: #67e667;
    border-top: 1px solid #333;
}
