which system are you using?
for S1, the main image would be positioned with:
CODE
.x {
position: absolute;
...
}
and then you'd put <img src="header image" class="x">
for the background image you'd have
CODE
body {
background-image: url (imageurlhere);}