@import url(reset.css);
@import url(li-scroller.css);
@import url(ticker-style.css);

body {
  position: relative;
  background-color: #ECEBE6;
  font: 400 12px/17px "Cabin", Helvetica, Arial, sans-serif;
  color: #000;
}

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

.news {
  width: 1000px;
  margin: 0 auto;
  height: 23px;
  border-bottom:  dotted 1px #000;
  margin: 5px auto;
  position: relative;
  overflow: hidden;
}

.news li {
  white-space: nowrap;
  background-color: #ECEBE6;
  height: 23px;
}

.langs {
  font: 13px Impact;
  text-transform: uppercase;
  margin-top: 10px;
  overflow: hidden;
}
.langs a {
  color: #000;
  text-decoration: none;
}

.langs .english {
  float: left;
}

.langs .arabic {
  float: right;
}

.splash-footnote {
  font: 9px/15px Impact;
  width: 15px; height: 15px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: url(../images/bolinha_splash.png) center center no-repeat;
}