#fixed-box {
	position:fixed;
	top: 166px;
	z-index:1;
        width: 360px;
}
* html body {
	background:#fcf8de url('none.gif') no-repeat;
	background-attachment: fixed;
}
html .page-width {
	position:relative;
}
* html #fixed-box {
	position:absolute !important;
	top: expression(parseInt(document.documentElement.scrollTop, 10) + 166 + "px");
}