Forum Moderators: not2easy
Anyway, this is the HTML:
<div id="footer">
<div class="footerBox">
</div>
</div>
And this is the CSS:
#footer {
clear: both;
margin: 0 auto; /* For most browsers */
padding: 0px;
width: 100%;
height: 400px;
text-align: centre; /* IE Fix */
background: url(../images/b/body/footerBg.jpg) no-repeat top center;
}
.footerBox {
width: 845px;
height: 135px;
padding: 50px 40px 0 35px;
text-align: left;
background: url(../images/b/body/footerBoxBg.png) no-repeat top left;
}
Any help would be gladly appreciated.
Kind Regards.
Chris.