<body>
<div id="top"></div>
<div id="blah">ich bin der inhalt</div>
</body>
html, body {
position: relative;
margin: 0;
padding: 0;
height: 100%;
background: #00FF00;
}
#top {
width: 100%;
height: 50%;
margin-bottom: -300px;
float: left;
background: #0000FF;
}
#container {
position: relative;
margin: 0px auto;
height: 600px;
width: 800px;
clear: left;
background: #FF0000;
}