

#footer {
    clear: both;
    position: absolute;
    bottom: 0;
    width: 99.9%;
    margin-right: 1px;
    background-repeat:repeat-x;
    line-height: 40px;
    height: 40px;
    color: #fff;
    background-color: #4d4d4d;
}
#footer div {
    padding-left: 20px;
    font-size: 1.2em;
    text-align: center;
}
#footer a,
#footer a:link,
#footer a:visited {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
}
/* ============================================ */
