Расположение элементов < div id="body"> < div id="conteiner"> < div id="top"></div> < div id="news"></div> < div id="linklist"></div> < div id="footer"></div> </div> </div> html, body { margin:0; padding:0; width:100%; height:100%; } #container { position : relative; width : 900px; margin-top:0; margin-bottom:0; margin : auto; } #news { position:absolute; width:630px; height:600px; margin-top:40px; padding-bottom:30px; background:url(images/bg_media_news.jpg) top no-repeat; position:relative; padding:60px 15px 15px 15px; background-image: url(images/bg_menu_news.jpg); } /————- код меню, меню в div #container——-/ #link_list { position: absolute; padding:0 0 0 0; margin-left:600px; width:217px; border:0 dotted #666666; height:810px; margin-right:auto; margin-top:-10px; background:transparent url(images/bg_menu_menu_sm.jpg) no-repeat top; z-index:0; top: 400px; left: 50px; } *html #link_list { —--/не знаю, правильно или нет, сделала сама дописку/—-- position:absolute; margin-left:620px; width:180px; } #link_list ul { text-align:left; list-style:none; margin:0 0 0 0; padding:0 0 0 40px; font-size:10px; font-family:Geneva, Arial, Helvetica, sans-serif; border:0 dotted #666666; width:120px; } #link_list ul li { margin : 0; padding : 3px 0 3px 0; border-bottom : 1px dotted #999999; }