/* Ribbon */

a#ribbon {
                 /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1280px;
  height: 11px;
  background: url(__.png);
  top right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}
body > a#ribbon {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 1280px;
  height: 11px;
  background: url(__.png);
  top right no-repeat;
  text-indent: -999em;
  text-decoration: none;
  z-index: 10;
}
<![if gte IE 5.5]>
<![if lt IE 7]>
a#ribbon {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
 right: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollRight? document.documentElement.scrollRight : document.body.scrollRight ) ) + 'px' );
  top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
 display: block;
  width: 1280px;
  height: 11px;
  background: url(__.png);
  bottom left no-repeat;
  text-indent: 10px;
  text-decoration: none;
  z-index: 10;
}
<![endif]>
<![endif]>

/* End Ribbon */

