Когда мало материала на странице, то получается пустота между content и footer(при этом футер прижат), получилась какая-то фиксированная высота , что модули не все помещаются в правую колонку. Код (xml): <body style="background-image:url(images/myimg/fon.jpg);"> <div id="container"> <div id="header"> <jdoc:include type="modules" name="header" style="xhtml" /> <img src="images/myimg/shapk.jpeg" width="1024px" alt="шапка сайта"> </div> <div id="user2 "> <jdoc:include type="modules" name="user2" style="xhtml" /> </div> <div id="user1 "> <jdoc:include type="modules" name="user1" style="xhtml" /> </div> <div id="wrap"> <div id="wrap2"> <div id="left"> <jdoc:include type="modules" name="left" style="xhtml" /> </div> <div id="content<?php echo $contentwidth; ?>"> <jdoc:include type="message" /> <jdoc:include type="component" style="xhtml" /> </div> </div> <div id="right"> <jdoc:include type="modules" name="right" style="xhtml" /> </div> </div> <div id="rasporka"></div> </div> <div id="footer"></div> </body> Код (css): *{ padding:0 auto; outline:none; } body, html { height:100%; margin:0; padding:0; background-image: url('images/myimg/fon.jpg') repeat; font:14px Arial, Helvetica, sans-serif ; line-height:1.3; color:#000; text-align:left; } #container{ border-radius:6px; width: 1024px; margin:0 auto; min-height:100%; background-color: #ffffff; position: relative; } #header{ background-image: url(img/shapka.jpg); height:200px; text-align:right; } #wrap {width:1024px; clear:both; overflow: hidden; } #wrap2 {float:left; width:810px; margin-bottom: -1000em; padding-bottom: 1000em; min-height:100%; overflow: hidden; clear:both; margin-left:2px; } #left{ background-color: #; width: 195px; margin-bottom: -1000em; padding-bottom: 1000em; float: left; margin-top:5px; text-align:left; box-shadow: 0 0 2px #bebdbd inset; } #right{ background-color:#ddd; width:200px; float:left; margin-bottom: -1000em; padding-bottom: 1000em; margin-top:5px; margin-left:5px; box-shadow: 0 0 2px #bebdbd inset; } #content{ background-color:; padding: 10px 5px 5px 5px; float:right; width:600px; padding-bottom: 50px; box-shadow: 0 0 5px #bebdbd inset; margin-bottom: -1000em; padding-bottom: 1000em; margin-top:5px; } #rasporka{ height:40px; } #footer{ border-radius:6px; background-color: #95726A; width: 1024px; height:40px; margin:-40px auto 0 auto; position: relative; clear:both; text-align:center; } #user2 { width: 100%; background-color:#fffce9; clear:both; }