/* IE doesn't support alpha transparent PNGs, so redo the IMG tag */
* HTML DIV#index DIV#benefits {
  width: 100%;
}

* HTML DIV.usenet-u-image {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src="/images/icon_gnuu.png", sizingMethod="crop"
  );
}
