/*	Image-replaced text (general) - http://www.ryznardesign.com/web_coding/image_replacement/#glrj
--------------------------------------- */
.replace { 
    position: static;
    overflow: visible;
    font-size: 10px;                    /*  Since overflow: hidden doesn't work with ie5.x/mac, we choose a
                                            font-size here that will keep the headline small enough to fit
                                            completely under the span.
                                        */
}
.replace em  { 
    position: static;
}
.replace a {
    text-decoration: none;              /*  ie5.0-5.1.x/mac must have this value or the underline
                                            shows through the image. */
}


/*	Image-replaced text (specific)
--------------------------------------- */
#myh1 em {
    margin-bottom: -40px;               /*  Required to bring text underneath image. Use the negative
                                            height of the image here.*/
}