Цитата Сообщение от 9seo Посмотреть сообщение
Думаю, сможем помочь тебе в этом вопросе, но нужен код, а еще лучше сам документ.
Код HTML

Код:
<div id="logo"><noindex><a rel="nofollow" href="http://site.ru/" title="На главную" class="main-logo" style="text-decoration: line-through !important;">
  </a>
<div id="slogan"><img src="site.ru/logo.png" alt="123456789"></div>
 </noindex>
</div>
Код CSS

Код:
 .header {
	min-height:140px;
	position:relative;
	padding-left:28px;
	margin-top: 6px;
	background: #fff 100% 0 repeat-y;
}

.main-logo {
width: 575px;
height: 85px;
display: block;
padding: 25px 0 0 105px;
background: url(logo.png) 0 -22% no-repeat;
}

#logo {
position: absolute;
text-align: center;
top: 36px;
left: 200px;
}

#slogan {
position: absolute;
top: 22px;
left: 365px;
}