


#wrapper {
  margin: 0px auto;
  width: 200px;
}

h1 {
  color: #FFFFFF;
  text-align: center;
}

#ticker_container {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid #343434;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: auto;
  width:200px;
}
