overflow: hidden; margin: 0; font-family: 'courier new'; } a { text-decoration: none; cursor: default; color: black; } div.bar { position: absolute; top: 0px; left: 0px; width: 100%; height: 150px; background-image: url(bar.gif); background-repeat: repeat-x; filter: alpha(opacity=50); opacity: 0.5; z-index: 1; } div.bartext { position: absolute; top: 35px; left: 0px; width: 100%; height: 80px; min-width: 800px; font-family: 'arial narrow'; font-size: 80px; font-variant: small-caps; text-align: right; line-height: 80px; color: white; z-index: 2; } div.main { position: relative; top: 150px; left: 0px; width: 100%; height: 100%; text-align: right; font-size: 1em; z-index: 3; } -->