/********************************************************************************/ 
/* Correctly handle PNG transparency in Win IE 5.5 & 6.                         */
/*                                                                              */
/* Note: Background repeat fails to work with this fix                          */
/* Solution: Prefer to do the repeating background image in .gif or .jpg        */
/* and then repeat-x/repeat-y via css: it will work                             */
/*                                                                              */
/* Filelist:                                                                    */
/* - css/iepngfix.css                                                           */
/* - css/iepngfix.htc                                                           */
/* - js/iepngfix.js                                                             */
/* - images/spacer.gif                                                          */
/*                                                                              */
/********************************************************************************/

img, div { behavior: url(css/iepngfix.htc) }