Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Центр - Левая - Правая</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
* {margin: 0px; padding: 0px;}
html {background: url(img/bgleft.gif) #CCFFFF repeat-y; height: 100%;}
body {background: url(img/bgright.gif) repeat-y right top; min-width: 776px; min-height: 100%; position: relative;}
* html body {height: 100%;}

#header {background: #FFFF99; height: 100px;}

#content {width: 100%; padding-bottom: 70px; overflow: hidden;}

#outer1 {width: 100%; margin-right: -200px; float: left;}
#outer2 {margin-right: 200px;}
#outer3 {width: 100%; margin-left: -150px; float: right;}

#main {margin-left: 150px;}
#news {width: 150px; float: left;}
#present {width: 200px; float: right;}

#footer {background: #66FFCC; width: 100%; height: 70px; position: absolute; bottom: 0px;}
* html #footer {bottom: -1px;}
</style>
<script src="js/minmax.js" type="text/JavaScript"></script>
</head>

<body>
<div id="header">Заголовок</div>

<div id="content">

****<div id="outer1">
 *<div id="outer2">
 *****<div id="outer3">
 * *<div id="main">Контент</div>
 *****</div>

 *****<div id="news">Новости</div>

 *</div>
****</div>

****<div id="present">Презентация</div>

</div>

<div id="footer">Футер</div>
</body>
</html>