/*

  Author: Bert Bos <bert@w3.org>
  Created: 26 July 2000
  Version: $Id: banner.css,v 1.14 2003/02/07 14:06:45 bbos Exp $
*/

body div.banner { display: block } /* Overrides 'none' in banner-*.css */


div.banner {
  margin: 0;
  font-size: 90% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: absolute;		/* Fallback if 'fixed' is not supported */
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: url(images/fundo05.gif);
  background-repeat: repeat-x;
  right: 0;
}
/* WinIE6 gets confused by 'fixed', so hide it.
   Selector trick courtesy of Johannes Koch, see
   http://pixels.pixelpark.com/~koch/hide_css_from_browsers/
*/
div.endmatter>div.banner {
  position: fixed;		/* Overrides 'absolute' above */
}
