<!--
show divs in one line and
show a div inside one div
setting margin-top or padding-top will affect the other div also.
now settng the
position:relative and top:aapx for the inner div will fix this problem
-->
<div class="background">
<div class="logo">ss
</div>
<div class="logo">
<div class="panel">
panel
</div>
</div>
</div>