html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#top {
    position: absolute;
}
h1, p {
    margin: 0;
    padding: 0.2em 0;
}
#container {
    min-height: 100%;
    margin-bottom: -26px;
}
* html #container {
    height: 100%;
}
#footer-spacer {
    height: 26px;
}
#footer {
    border-top: 1px solid #666;
    height: 25px;
    background-color: #666;
}
