html, body {
        height: 100%;
}

img, div#logo, div#wrp { behavior: url(iepngfix.htc) }

img.png_trans {behavior: url('pngtrans.htc');}

* html .clearfix {
    height: 1%;
}

#wrapper {
        width: expression(document.body.clientWidth > 1200 ?  "1200px" : (document.body.clientWidth < 991 ? "990px" : "auto"));
        zoom: 1;
}
