/*
--------------------------------------------------------------------------------
Enables the IE PNG fix.

visibility turned off in IE to prevent initially showing ugly grey backgrounds.
--------------------------------------------------------------------------------
*/
img {
	behavior:	 url(/css/pngbehavior.htc);
}