Adding a header banner to myspace profile

hi guys!

hope everyone had a lovely christmas and is enjoying the time off from work!

i want to add a banner to a clients myspace music profile like on www.myspace.com/heavenofbones but whenever i do, the header banner image just overlays the profile photo (where the hit counter etc. is) and the flash player overlays the header image.

this is the code i’m using:

<style type="text/css">
div.topbanner {
position: absolute;
clear:none;
top: 0%;
left: 50%;
margin-left: -400px;
margin-top: 210;
width: 655px;
height: 295px;}
</style>

<div class="topbanner">
<img src="http://www.mydomain.com/myspacebanner.jpg" height="290" width="800">
</div>

how can i add this so the banner pushes everything else down so nothing overlaps?

thank you very much and i hope to hear from you.

best wishes,

mark

that code used exactly doesn’t work for me, even if i have nothing whatsoever except the exact code you typed- it puts an outline for my content right over top of my profile picture, instead of at the top of the page.