#scrollup {
  font-weight: bold;
  text-align:center;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 588px;
  margin-bottom:2px;
}
.headline {
  position: absolute;
  top: 210px;
  left: 42px;
  height: 3px;
  width:490px;
}

#scroll_wrapper {
    position: relative;
    /* Only IE 6 needs this next line, but it doesn't seem to affect IE 7 or
        FF so I am going to leave it and not hack it to IE 6 only */
    height: 100%;
}

#scroll_controls button {
    margin: 0 1px 0 0;
    padding: 0px 0px 0px 0px;
    border: solid 1px #ccc;
    background: #eef;
    font-size:0.8em;
    font-family:verdana, arial;
}

#scroll_counter {
    position: absolute;
    top: 20px;
    left: 0.4em;
    font-size:0.9em;
    font-family:tahoma, verdana, arial;
}

#scroll_controls {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    text-align: right;
}
