body {
  background: #000 url('../images/back.jpg') no-repeat;
  font-family: "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #343434;
  margin: 15px 0 0 0;
  padding: 0;
}

a {
  color: #000;
}

img.thumbnail {
  border: 0px;
}

#top{
  background: url('../images/top.png');
  top:0px;
  position:fixed;
  width:100%;
  height:40px;
  z-index:20;
}

#mainContainer {
  float: left;
  width: 100%;
}

#logo {
  width: 1050px;
}

#mainContent {
  margin-top: 20px;
  float:left;
  width: 100%;
}

#left_nav {
  position: absolute;
  left: 0px;
  top: 190px;
}

#right_nav {
  position: absolute;
  right: 1px;
  top: 190px;
}

#box {
  float: right;
  width: 11px;
  height: 8px;
  border: 1px solid #242424;
}

#box_fill {
  float: right;
  width: 11px;
  height: 8px;
  background: #242424;
  border: 1px solid #242424;
}

#blank {
  float: right;
  width: 2px;
}

#news {
  color: #f0f0f0;
  width: 1050px;
}

td {
  color: #f0f0f0;
}

td.small {
  font-size: 8px;
}

a {
  text-decoration: none;
}
