﻿body {
    margin-left: 0px;
    margin-top: 0px;
    background-color: #242424;
    background-image: url("../images/bkgRepeatImage.jpg");
    background-repeat: repeat-x;
    font-family: Verdana;
}

.footerContainer {
    width: 100%;
    height: 24px;
    position: fixed;
    bottom: 0;
}

.footerStyle {
    width: 60%;
    min-width: 800px;
    height: 24px;
    line-height: 24px;
    background: linear-gradient(#606060, #000000);
    border-radius: 4px;
    margin: 0 auto 0 auto;
    padding-right: 30px;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
}
