/* Start of CMSMS style sheet 'hd_restaurants' */
div#header {
   height: 90px;    /* adjust according your image size */
   background: #FFFFFF;           
}

div#header h1 a {
/* you can set your own image here */
   background: #FFFFFF url(uploads/images/hd_restmontage.jpg) no-repeat 0 12px; 
   display: block;
   height: 90px;             /* 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 */
}

/* End of 'hd_restaurants' */

