﻿body {
}
.footer {
    height: 50px;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 10px;
    left: 0pt;
}

.footer_contents {
    height: 50px;
    width: 100%;
    margin: auto;
}