@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}
html, body {
    height: 99%;
}
.wrapper {
    min-height: 99%;
    height: auto !important;
    height: 99%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}