@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
@import url(content.css);
@import url(navigation.css);
@import url(iehacks.css);

/* addition for Background logo fix */



div.body-inner {
  background: #FAD1E3 url(../img/bg-body-default-new.gif) no-repeat scroll center -20px;
  height:100%;
  margin:0 auto;
  min-width:992px;
  padding:0;
  width:100%;
}

body div.body-inner{ background: #fad1e3 url(../img/bg-body-default-new.gif) no-repeat center -20px; }
body.lilac div.body-inner{ background: #fad1e3  url(../img/bg-body-lilac-new.gif) no-repeat center -20px; }
body.blue div.body-inner{ background: #fad1e3 url(../img/bg-body-blue-new.gif) no-repeat center -20px; }
body.green div.body-inner{ background: #fad1e3 url(../img/bg-body-green-new.gif) no-repeat center -20px; }
body.red div.body-inner{ background: #fad1e3 url(../img/bg-body-red-new.gif) no-repeat center -20px; }
body.orange div.body-inner{ background: #fad1e3 url(../img/bg-body-orange-new.gif) no-repeat center -20px; }
body.yellow div.body-inner{ background: #fad1e3 url(../img/bg-body-yellow-new.gif) no-repeat center -20px; }