@charset "utf-8";
/* CSS Document - PNG Fix code from http://www.twinhelix.com/css/iepngfix/demo/*/

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

