*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

#wrap {
    width:100%;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -105px;
    padding-bottom:105px;
    background: linear-gradient(0deg, #eee 0%, #fff 100%);

}

#prepagesbottom {
    width: 100%;
    height: 105px;
    padding: 60px 30px 30px;
}
