/*
   We just load the common CSS file.

   Together with main-ie5.css and some Apache
   mod_rewrite rules we can inject IE 5/6 specific
   CSS code without using conditional comments in the HTML files.
   Crazy hack but sweet.
   */
@import url("main-common.css");

