﻿body {
    background-image: url(../Images/product-background.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-attachment: fixed;
    color: #555555;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    z-index: 1;
}

.footer {
    background-color: #d9ecf5;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

    .footer span {
        color: #464646;
        font-size: 10px;
    }
