html, body
{
    height: 100%;
}
.mycontainer {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -92px;  /* altezza del piede + 2px */
}
.myfooter, .mypush {
    height: 90px;
}
