.footer {
    height: 20px;
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-color: black;
    font-size: 10px;
    position: fixed;
    bottom: 0pt;
    color: #FCE5A4;
    left: 0pt;
}

.footer_contents2 {
    height: 20px;
    width: 100%;
    margin: auto;
}

.footer_contents2 div {
    padding: 0 20px 0 20px;
    height: 20px;
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
}

.scroll-top {
    width: 50%;
    float: right;
    font-size: 16px;
    height: 40px;
    background-color: #FBEFCC;
    position: fixed;
    display: none;
    cursor: pointer;
}