Hi, please see URL:
http://catalyst.backstageweb.net/?page_id=10
what do I need to do to get rid of the white background on the footer corner radius? Code:
Code:
#footer-wrap {
background: url("images/footer_bkgrnd.jpg") repeat-x scroll right top #FAFAFA;
border-color: #000000;
border-style: solid;
border-width: 1px 0 0;
clear: both;
margin: 0 auto;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
Thank you.
John