/*----------------------------------------------
 |  Hacks.css |
 |------------
 |  IE hacks for win and mac
 *---------------------------------------------*/
 
/*background image hacks instead of PNG use GIF for IE*/
* html div#banner-a {
  background-image: url(../images/header.gif);
}

* html div#container {
  background-image: url(../images/container_bg.gif);
}

* html div#footer-b {
  background-image: url(../images/footer_bg.gif);
}
