#fixme {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
    position: absolute;
	right: 20px;
	bottom: 10px;
	height: 300px;
	width: 166px;
	background-image: url(images/ads.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}
#fixme div {
	height: 300px;
	width: 166px;
}
#fixme a {
	font-weight: 900;
	padding-top: 20px;
	margin-top: 20px;
	color: #FFFFFF;
}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
.style2 {color: #666600}
[if gte IE 5.5]>
<![if lt IE 7]>
div#fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  right: auto; bottom: auto;
  left: expression( ( -20 - fixme.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( -10 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
<![endif]>
<![endif]

