/*
  from: http://www.twinhelix.com/css/iepngfix/demo/
*/

/*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
*/

img, div { 
  behavior: url(css/iepngfix.htc) 
}

/*
  Alternatively, you can specify that this will apply to all tags like so:
* { 
  behavior: url(css/iepngfix.htc) 
}
*/

