div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 2px;
  left: 0;
  width: 9.6em;
  right: 2em;
}

div.banner p {
   margin: 0; 
   padding: 0.3em 0.4em;
   font-family: Arial, sans-serif;
'  background: #900;
   border: thin outset #900;
   color: white;
   background:url(../Img/menuBg.png) fixed
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #900 }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: #CCC }
div.banner a:hover { background: black; color: white }

div.content {
  margin: 120;
  font-size: 80% /*smaller*/;
  line-height: 1.1;
  position: absolute;
  top: 0px;
  left: 120px;
  right: 220px;
}

div.adds {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  top: 400px;
  right: 0px;
  width: 120px;
}
