/* Wrapper for page content to push down footer */

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height (global header height is 30px) */
    margin: -30px auto -30px auto;
    /* Pad bottom by footer height (global footer height is 160px) */
    padding: 30px 0 30px 0;
}

#wrap > .container {
    padding-bottom: 50px;
}


/* Set the fixed height of the footer here */

#footer {
    height: 30px;
    background-color: #8C1515;
    color: #fff;
    padding: 4px 0;
}

#footer p {margin: 0; padding 0;}
