Thanks a bunch. I spent 3hrs trying to figure this out lmfao. Any way for the person that says it didnt work try:

Code:
<style>
body {
margin-top: 200px;
}
</style>

<style>
div.topbanner {
position: absolute;
top: 0%; 
left: 50%;
width: 900px;
margin-left: -450px;
height: 193px;
}
</style>
<div
...