#teaser {
  width: 738px;
  height: 234px;
  overflow: hidden;
}

#teaser .bar {
  width: 738px;
  height: 34px;
  position: absolute;
}

#teaser .top {
  border-bottom: 1px solid black;
}

#teaser .bottom {
  margin-top: 200px;
  border-top: 1px solid black;
}

#teaser .blend {
  height: 34px;
  background: black;
  opacity: 0.3;
  -moz-opacity: 0.3; /* Mozilla Firefox */
  -khtml-opacity: 0.3; /* KHTML / Safari */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE8 */
  filter: alpha(opacity=30); /* IE5-7 */
}

#teaser .advertising-text {
  position: absolute;
  width: 738px;
  height: 234px;
  line-height: 34px;
  text-align: center;
  font-family: "Trebuchet MS", "Verdana", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #ffef35;
}