@charset "utf-8";
/* CSS Document */

/* ============== global hacks ============== */

/* Disables background image cache in IE6 to fix flickering */
* html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } /* IE6 only */

/* PNG alpha transparency fix for IE6 */
* html #wrapper, * html #header img, * html .submit { behavior:url(/js/iepngfix.htc); } /* IE6 only */

