Push a footer to the bottom of a short page

html, body { height: 100%; }

#wrap {
    min-height: 100%;
    height: auto !important;  /* the second declaration is for IE6 */
    height: 100%;
    margin: 0 auto -60px;     /* must match the footer height exactly */
}

#push, #footer { height: 60px; }