nirva,
Думаю это оно
<html>
<style type="text/css">
body {
margin:0
}
#top {
width:100%;
height:100px;
background-color:red
}
#bottom {
width:100%;
height:100px;
background-color:green;
position:absolute;
bottom:0%
}
</style>
<body>
<div id='top'></div>
<div id='content'>Здесь какойто-текст</div>
<div id='bottom'></div>
</body>
</html>
Удачи!