﻿
#divFooter {
    position: fixed;
    bottom:20px;
    margin-bottom:0px;
    width: 100%;
    background-color: #f7f7f7;
    text-align:center;
    padding:10px;
}

    #divFooter div a {
        margin-right:35px;
        text-decoration:none;
    }
