Code:
div.pagetitle {
position: absolute;
top: 0;
left: 50%;
margin-left: -450px; /* half width */
width: 900px;
height: 556px;
}
Code:
<div class="pagetitle">
<div align="center"><img src="image.jpg">
</div>
</div>
Something like that?
Flabby Rabbit
EDIT: I don't think it actually works, sorry
