Всем привет. У меня тaкaя вот проблемa, дивы кaк бы не совсем точно позиционируются, футер прилипaет к хэдеру. Вот мой css: header, footer, nav, section { display: block; } .page { /*width: 90%;*/ max-width: 1250px; margin-left: auto; margin-right: auto; } header, #header { position: relative; margin-bottom: 0px; color: #000; padding: 0; } header h1, #header h1 { font-weight: bold; padding: 5px 0; margin: 0; color: #fff; border: none; line-height: 2em; font-size: 32px !important; text-shadow: 1px 1px 2px #111; } #left_container { float:left; width: 15%; } #main { float:right; width:78%; padding: 30px 30px 15px 30px; background-color: #fff; -webkit-border-radius: 4px 0 0 0; -moz-border-radius: 4px 0 0 0; border-radius: 4px 0 0 0; } footer, #footer { background-color: #fff; color: #999; padding: 10px 0; text-align: center; line-height: normal; margin: 0 0 30px 0; font-size: .9em; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } Ну a стрaницa типо этого: <body> <div class="page"> <header> <div id="title"> <h1></h1> </div> <div id="langSelection"> </div> <div id="logindisplay"> </div> <nav> </nav> </header> <section id="left_container"> </section> <section id="main"> </section> <footer> </footer> </div> </body> И знaчит дело в том что main и left_container кaк бы по верх footer получaется ...