html, body
{
    height: 100%;
    margin: 0;
}

#cont
{
    min-height: 100%;
    width: 90%;
    background: rgb(231, 231, 231);
    margin: auto;
    color: blue;
    margin:0 auto -150px;
}

#footer
{
    height: 150px;
    background: rgb(215, 255, 154);
    width: 100%;
}

#all
{
    padding: 0 0 150px;
}