Нужно разместить картинку справа над полосой футера, без фона. <div id="container"> ... <div id="footer_correct"> </div> </div> <div id="footer"> <a href="index.html">Главная</a> | <a href="contacts.html">Контакты</a> | © 2012 Компания </a> </div> #container { width: 900px; margin-left: auto; margin-right: auto; min-height: 100%; height: auto !important; /* IE6 */ height: 100%; position: relative; padding: 0; font: 86% Tahoma,lucida sans, sans-serif, Trebuchet MS, Geneva, tahoma, Verdana; line-height: 1.8em; background: transparent; color: #000; } #footer_correct { height: 100px; width:893px; clear: both; } #footer { position:relative; width:893px; height: 22px; margin-top:-35px; font-size: 0.8em; text-align: right; background: #E6E6E6; color: #009; margin-left: auto; margin-right: auto; font: 80% Tahoma,lucida sans, sans-serif, Trebuchet MS, Geneva, tahoma, Verdana; padding: 5px ; } Вроде кажется просто, но никак не получается. Помогите кто-нибудь.