#topcolor {
  border-top: 10px solid #E57C09;
  overflow: hidden;
  position: absolute;
  /*background: #CDE7A8;*/
  /*background: #FFFDB9;*/
  background-image: url('/images/topbleed.gif');
  background-repeat: repeat-x;
  top: 0px;
  left: 0px;
  width: 100%; 
  height: 64px;
  z-index: 0;
}


