/*-----------------------------------------------
  Site - Main Styles
-----------------------------------------------*/

  /* Core stylesheets */
  @import url("reset.css");		/* Mass reset */
  @import url("main.css");	  /* General layout */
  @import url("ie.css");			/* IE Windows hacks */


/* Redefine standard XHTML elements
----------------------------------------------- */

  html, body{ height: 100%; }

  body {
    font: normal 12px/1.4em Verdana, Arial, Helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
    background: #DC5C24;
  }


