#newsticker_outer {
  position: relative;
  top: 10px;
  height: 16px;
  width: 500px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
  background: #ff9900;
  color: black;
  border: 1px solid black;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}

#newsticker {
  float: right;
  width: 350px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  padding-left: 3px;
  background: #202020;
  color: #808080;
  font-weight: normal;
}
