Wow, that was quick. Many thanks.
Now, I have a new problem — I now have this huge white space above the header image. Any way to close that gap to zero? I tried changing font size and line height below to 2 px. and margins to 0px, the situation improved somewhat but there’s still gap.
#site-title {
float: left;
margin: 0 0 0px 0;
width: 700px;
font-size: 2px;
line-height: 2px;
text-indent: -999em;
}
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#site-description {
clear: right;
float: right;
font-style: italic;
margin: 0px 0 0px 0;
width: 220px;
text-indent: -999em;
}