#footer {
    position:relative;
    width:850px;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    padding-top:0px;
    height:33px;
    border:0px solid #000; 
    background-color:rgb(125,150,100); 
    background:url(images/footbg.jpg) no-repeat;
}
h2.foot {
    display:block;
    position:absolute;  
    top:-25px;
    left:5px;
    width:830px;
    margin-left:0px ;
    text-align:center;
    padding: 0 0 0 0; 
    background-color:transparent; 
    color: white;      
}
p.footer{
    color:white;
    font-size:.5em;
    font-family:'Calibri', Trebuchet MS, Arial;
    font-weight: lighter;
}


