вот он HTML, знаю что немного инвалидный, не окончательная вёрстка. !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link type="text/css" rel="stylesheet" href="styles.css"> <title>[TITLE]</title> </head> <body> <div id="stat"></div> <!-- <header> --> <!--wrapper start --> <div id="wrapper"> <div id="binare_header"></div> <div id="menu">main menu</div> <!-- </header> --> <div id="binare_body"> <div id="blocks"> <div id="block_1">one</div> <div id="block_2">two</div> <div id="block_3">three</div> </div> <div class="clear"></div> <div id="binare_content">[BODY]</div> </div> <!-- <footer> --> <div id="binare_footer">copyright</div> <!-- </footer> --> </div> <!-- wrapper end --> </body> </html> вот CSS, тоже не доработан, и немного инвалиден. body { background-color: #1f3659; background: url(/img/bg.png)top-center no-repeat; font: 8px Tahoma #fff; } #wrapper { width: 600px; margin: 0 auto; } #binare_header { position: fixed; top: 0; background: url(/img/head.png) no-repeat; width: 600px; height: 80px; } #binare_body { margin-top: 93px; margin-bottom: 39px; background: #808080; width: 600px; height: 100%; } #blocks { background: #606070; height: auto; padding: 5px; margin: 5px; font: 8px Tahoma #fff; } #block_1 { background-color: #808080; float: left; width: 190px; } #block_2 { background-color: #808080; margin: 0 195px 0 195px; width: 190px; } #block_3 { background-color: #808080; position: relative center; float: right; width: 190px; } #binare_content { background: #606070; margin: 5px; padding: 5px; font: 8px Tahoma #fff; } #binare_footer { width: 600px; height: 39px; position: fixed; bottom: 0; background: #606070; } в narod.ru нет возможности редактирования вёрстки, только работа со стандартными шаблонами. гуглил - отключена мастерская.