Forum Moderators: not2easy
<html>
<head>
<title></title>
<style type="text/css">
#banner {
postition: absolute;
top: 0;
left: 0;
width: 100%
height: 100px;
background: url(banner.gif) no-repeat;
}
#text {
postition: absolute;
top: 120px;
left: 0;
}
</style>
</head>
<body>
<div id="banner"></div>
<div id="text">
text text text text
</div>
</body>
</html>
Something similar to that should work fine for you.