/* IE6 hacks */
 
div#wrapper {
  width: expression(document.body.clientWidth > 1200? "1200px": "auto" );
}
