﻿#fixedAtTop {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: fixed; top: 0px; left: 0px; width: 100%;
  background-color: #ffd;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  filter:alpha(opacity=80);
  opacity:0.8;
}
body > div#fixedAtTop {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}