/* Start of CMSMS style sheet 'about' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 270px;    /* adjust according your image size */
   background: #fff;           
}

div#header h1 a {
/* you can set your own image here */
   background: #ffffff url(uploads/images/smile.jpg) no-repeat 0 0px; 
   display: block;
   height: 270px;             /* 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 'about' */

