Forum Moderators: not2easy
CSS:
#head
{
background-color: #fff;
color: #006;
margin-bottom: 80px;
}
#logo
{
margin: 0;
padding: 0;
position: relative;
top: 10px;
left: 10px;
}
#city
{
float: right;
vertical-align: top;
margin: 0;
padding: 0;
position: relative;
top: 10px;
left: 10px;
}
Alternatively, you could give your header div width and height and position:relative and use absolute positioning for the images.
I hope this helps.