#main_body {
  /* emulate standards max-width for IE 5, 6 */
  width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
}

.IE5_6corners .nested_bar .btmL {
  bottom:-5px;
}

.IE5_6corners .nested_bar .btmR {
  bottom:-5px;
}

.IEmarginInheritanceBug {
  /*IE form margin inheritance bug */
  margin-right:-1px;
}

.gainlayout {
  /*IE peekaboo bug */
  height:1%;
}


#findernav li, #findernav li ul  {
   behavior: url(/htc/hover.htc);
}

.topmenu {
  /* emulate standards max-width for IE 5, 6
  width:expression(document.body.clientWidth < 1024? "30em": "50em" ); */
}

#survey_link {
  top:14px;
}

#maincontent {
  padding-top:0;
  position:relative;
  height:1%;
}


#age_splash {
  background: transparent url(../images/age_splash.gif) top right no-repeat;
}