body {
  background: #00539f url(/hero/images/dot_bg.jpg) repeat-x;
  margin: 0;
  padding: 0;
}

#wrap {
  margin: 0 auto;
  overflow: auto;
  position: relative;
  width: 990px;
}

#conf {
  background: transparent url(/hero/images/socs_conf.png) no-repeat;
  height: 508px;
  width: 298px;

  position: absolute;
  left: 655px;
  top: 200px;
}

#burst {
  background: transparent url(/hero/images/socs_burst.png) no-repeat;
  height: 308px;
  margin: 0 0 0 185px;
  width: 530px;
}

#flash {
  background: transparent url(/hero/images/flash_bg.png) no-repeat;
  height: 333px;
  margin: -108px 62px 8px 45px;
  width: 548px;
}

#flash div {
  padding: 5px;
}

#copy {
  background: transparent url(/hero/images/copy_box.png) no-repeat;
  height: 289px;
  margin: 0 0 10px 45px;
  width: 589px;
}

#wrap a {
  display: block;
  height: 70px;
  width: 310px;

  position: absolute;
  bottom: 25px;
  left: 280px;
}

/* PNG Support for IE6 */
* html #wrap div {behavior: url(/javascripts/iepngfix.htc)}


