/*----------------------------------------------
 |  Hacks.css |
 |------------
 |  IE hacks for win and mac
 *---------------------------------------------*/
 
/*background image hacks instead of PNG use GIF for IE*/
* html div#content-b-a {
  margin-right: -3px;
}
 
* html div#content-b-c {
  margin-left: 0px;
  width: 508px;
  height: 400px;
}

