#footercontent {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #F3F4F5;
}
.footer {
    width:100%;
    background-color: #FDFBF7;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    padding: 5px 20px 5px 20px;
}
td a {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: block;
    text-align: center;
    font-size: 6px;
    color: #404040;
    text-decoration: none;
}
#footercontent img {
    height: 15px;
}