#slide {
  position: absolute; 
  top: 42px;
  height: 4px; 
  background: #cd1515; 
  z-index: 10;
  clear: both;
}

h3 {
  font: bold 16px Helvetica, Trebuchet MS, Arial, Verdana, sans-serif;
  color: #cd1515;
  margin: 4px 0 -10px 4px;
}

* html #slide {
  background: url(bg-slide.gif) repeat-x; 
}