* html body {
  width: expression(document.childNodes[1].offsetWidth < 960 ? '960px' : 'auto');
}
