вот более подробное описание проблемы исходник <style type="text/css"> .container { width:500px; margin:0 auto; } #content1 { width:250px; float:left; background-color:#CF9; } #content2 { width:240px; margin-left:10px; float:right; background-color:#FF9; } #header { height:60px; background-color:#066; } #footer { height:47px; background-color:#06C; } #wrapper { min-height:500px; background-color:#F96; } </style> <div id="header"> <div class="container">шапка</div> </div> <div id="wrapper"> <div class="container"> <div id="content1"> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> </div> <div id="content2"> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> <p>text text text</p> </div> </div> </div> <div id="footer"> <div class="container">низ</div> </div> если мало текста, то выглядит вот так: если много текста, то так: Как сделать чтобы wrapper увеличивался, а не оставался постоянно 500px?