* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

/*#wrap {
    min-height: 100%;
}*/

#footer {
    position: relative;
    margin-top: -10px; /* negative value of footer height */
    height: 10px;
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: #faf2cc;*/
}
