/**
 *    Document   : styles.css
 *    Created on : 29/09/2013, 11:09:47 AM
 *    Author     : Adamantium Software C.A. <adamantium@adamantium.com.ve>
 */

#page {
    padding-top: 60px;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* bottom = footer height */
    padding-bottom: 60px;
}
footer {
    background-color: #f5f5f5;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
}
.container .credit {
    margin: 15px 0;
    text-align: right;
}
code {
    font-size: 80%;
}
