Jeg har også eksperimenteret lidt med dit design, og så først roenvings indlæg da jeg havde lavet dette, som måske kan være et enklere alternativ.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>spm/809274</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#id1
{
width: 865px;
margin: 0px;
padding: 10px;
background: #F88;
}
#id2
{
width: 855px;
margin: 0px;
padding: 5px;
background: red;
}
#id3
{
width: 850px;
height: 120px;
margin: 0px;
padding: 0px;
padding-left: 15px;
padding-right: 20px;
background: blue;
}
</style>
</head>
<body>
<div id="id1">
<div id="id2">
Indhold:<br>
Div-boksen med id="id2"<br>
Flytter footer ned<br>
hvis der indsættes flere linjer
</div>
</div>
<div id="id3">Footer
</div>
</body>
</html>