﻿/*
 ** Footer Content Styles
 */
#footer
{
    top: 585px;
    width: 875px;
    height:44px;
    color: red;
    left:-2px;
    font: 12px Verdana, Arial, Helvetica;
    position: absolute;
    background: transparent;
    text-align: center;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
    background-image: url(../images/footers/footer.jpg);
}



