@charset "utf-8";
/* CSS Document */

/* General */
@import url(general.css);

/* Layout */
@import url(layout.css);

/* Entry */
@import url(entry.css);

 /*
  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:
 */

.iepngfix
{ behavior: url(js/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
