#banner {
  position:absolute;
  top:20px;
  left:10px;
  width:300px;
  margin:auto;
  height:80px;
  z-index:1000;
  border-style: solid;
  border-width:2px;
  border-color: white;
  background: url(/images/bannerbg.png);
}

#banner2 {
  position:absolute;
  top:110px;
  left:10px;
  width:300px;
  margin:auto;
  height:80px;
  z-index:1000;
  border-style: solid;
  border-width:2px;
  border-color: white;
  background: url(/images/bannerbg.png);
}

#bannerimage {
  position:absolute;
  top:10px;
  left:10px;
  z-index:1000;
  max-width: 200px;max-height: 86px;
}
#bannertext {
  position:absolute;
  font-size:small;
  top:10px;
  left:160px;
  width:200px;
  z-index:1000;
}
