/* =============================================
@Author: Stefan Costin
============================================= */

html, 
body {
    height: 100%;
}

#main {
    min-height: 100%;
}
#cont {
    overflow:auto;
    position: relative;
    padding-bottom: 100px;
}

#footer {
    position: relative;
    margin-top: -100px; 
    height: 100px;
    clear:both;
    line-height: 100px;
} 

body:before {
    cont:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}