* html #header div.logo{
background-image:url(images/logo.gif);
left:10px;
}

* html #wrapper{
width:expression(document.body.clientWidth > 1024 ? "1024px": "auto" );
}

* html #content img{
width:expression(this.width > 400 ? 400: true);
}

* html #sidebarB img,
* html #sidebar img{
width:expression(this.width > 200 ? 200: true);
}