/* the peacock garden css footer section */

#footerdetails {
    border-top: #e5dbcf 2px solid;
    float: left;
    width: 950px;
}

#contactdetails {
     background: url('../images/webdesign/footer-contactdetails.png') no-repeat 350px 0;
     float: left;
     height: 15px; 
     width: 950px;
     margin-bottom: 10px;
     margin-top: 10px;
     text-indent: -9999px;
}

#copyrightnotice {
    background: url('../images/webdesign/footer-copyrightnotice.png') no-repeat 387px 0;
    float: left;
    height: 9px;
    width: 950px;
    text-indent: -9999px;
}

/* footnotes! */

/*
useful info:
original image width of #contactdetails - 337px
original image width of #copyrightnotice - 176px 
*/
