@import 'main.css';

* html {} /* IE 6 and below */

*:first-child+html {} * html {} /* IE 7 and below */

*:first-child+html {} /* IE 7 only */

html>body {} /* IE 7 and modern browsers only */

html>/**/body {} /* Modern browsers only (not IE 7) */

html:first-child {} /* Recent Opera versions 9 and below */

html:root {} /* ff & safari 3 */
