@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
}
#wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#content {
    padding-top: 70px;
}
#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}