/* IE6 Patch */
#container{
width: expression(document.body.clientWidth < 842? "840px" : document.body.clientWidth > 952? "950px" : "auto"); /* Note the slight different values,this fixes a frezzing bug in IE6 */
}