I already have a page background so I've created <div>
so that I can have a background image for this section and then add content over the top of it, I'm unable to get this to work, though. Any help would be appreciated.
div style="position:relative; left:0; top:0;">
<img src="BackgroundImage" style="position:relative; top:0; left:0;" width=100%/>
<img src="Overlay image" style="position:relative; top:1; left:0;" width 50%/>
</div>
I'd like the rest of the content over that image to be centred.