F.eks.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>Tomt dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{height:100%;margin:0px;border:0px;padding:0px;font-family:tahoma,verdana,arial,sans-serif;font-size:small;
background:#eee;
}
#site{width:760px;margin:0 auto;}
#banner{height:120px;background:green;}
#minTabel{border-collapse:collapse;}
#minTabel td{margin:0;padding:0;border:0;}
#indhold{height:510px;width:640px;background:#7af;}
#menu{height:510px;width:120px;background:red;}
#bund{height:120px;background:black;color:white;text-align:center;}
</style>
</head>
<body>
<div id="site">
<div id="banner">Din top</div>
<table id="minTabel">
<tr>
<td>
<div id="indhold">Dit indhold</div></td>
<td>
<div id="menu">Din menu</div></td>
</tr>
</table>
<div id="bund">Din bund</div>
</div>
</body>
</html>