Try changing these:
Code: Select all
div#header {
height: 120px; /* adjust according your image size */
background: #FFB900;
}
div#header h1 a {
/* you can set your own image here */
background: #FFB900 url(images/cms/logo1.gif) no-repeat 0 0;
display: block;
height: 120px; /* adjust according your image size */
text-indent: -999em; /* this hides the text */
text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}