/* IR for ie */
/* min-width for ie - curiously for me */
body {
width: expression(document.childNodes[1].offsetWidth < 995 ? '994px' : 'auto');
}