﻿@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 481px) {

    /* STICKY FOOTER */

    #site {
        min-height: 100%;
    }

        #site .holder {
            /*overflow: auto;*/
            /*padding-bottom: 217px;*/
        }

    #footer {
        position: relative;
        margin-top: -217px;
        height: 175px;
        clear: both;
    }

    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }
    /* --- */
}