/* Dynamic assignment of width based on window width (* html allows only IE selection) */

* html #wrapper {
width: 100%;
width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth :
document.body.clientWidth)  -0, 930)+'px');
  }