/*---- footer ----*/
div#footer{
    background-image: url('../images/footer.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    width: 1180px;
    margin: 0 auto;
    padding: 0;
    height: 348px;
    position: relative;
    clear: both;     
    border: 0px solid #FF0000;
}

div#footer-section {   
    width: 734px;
    height: 132px;     
    margin: 0 auto;                   
    border: 0px solid #f00;
}

div#footer div#footer-photo {
    background-image: url('../images/footer-photo.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right bottom;
    float: right;     
    width: 268px;
    height: 132px;
    margin-top: 170px;   
    margin-right: 50px; 
    border: 0px solid #f00;
}

div#footer-text {
    position: absolute;
    bottom: 0;
    width: 714px;
    padding: 5px 10px;
    text-align: right;
    border: 0px solid;
}
