.flash-radar {
    width: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    z-index: 0;
}

.flash-radar .aux1 {
    width: 875px;
    margin: auto;
    height: 445px;
}

body {
  background-image: url('/images/background.png');
  background-position: top center;
  background-repeat: no-repeat;
}

.content {
  margin-top: 30px;
  margin-left: 407px;
  margin-right: 20px;
}

.promo {
  display: block;
  margin-top: 25px;
  margin-left: 12px;
  margin-right: 12px;
  background: #1e1e1e;
  *height: 1px;
}

.promo ul {
  margin: 0;
  padding: 0 12px;
 *padding: 0;
}

.promo ul li {
  vertical-align: top;
  display: inline-block;
  *display: block;
  *float: left;
  margin: 12px;
  width: 158px;
}

.promo ul li .title {
  color: #f54500;
  font-size: 13px;
}

.promo ul li .image {
  margin: 13px 0;
}

.promo ul li .title, .promo ul li .image, .promo ul li .description {
  display: block;
}

.bottom {
  margin: 36px;
  *height: 1px;
}

.bottom .news, .bottom .tags {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 50%;
}

.bottom .news {
  border-right: 1px dotted #DDD;
}

.bottom .news ul {
  margin: 0;
  padding: 0;
}

.bottom .news ul li {
  display: block;
  float: left;
  padding-right: 9%;
  width: 40%;
}

.bottom .news ul li .date {
  display: block;
  background: #f54500;
  color: white;
  padding: 0.2em 0.4em;
  margin-bottom: 1em;
}

.bottom .news ul li .text a {
  color: #f54500;
}

.bottom .tags a:hover {
  color: white;
}

.bottom .tags ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.bottom .tags ul li {
  display: inline;
  list-style-type: none;
  margin: 0 0.5em;
}

.bottom .tags .tag0 { font-size: 100%; }
.bottom .tags .tag1 { font-size: 110%; }
.bottom .tags .tag2 { font-size: 121%; }
.bottom .tags .tag3 { font-size: 133%; }
.bottom .tags .tag4 { font-size: 146%; }
.bottom .tags .tag5 { font-size: 161%; }
.bottom .tags .tag6 { font-size: 177%; }
.bottom .tags .tag7 { font-size: 194%; }
.bottom .tags .tag8 { font-size: 214%; }
.bottom .tags .tag9 { font-size: 235%; }

