body {
  margin: 0 auto;
  background-image: url(back.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #171717;
  width: 1000px;
  color: #FFF;
  font-size: 62.5%;
  font-family: Tahoma, Arial, sans-serif;
  position: relative;
}
a {
  text-decoration: none;
  color: #FFD544;
}
a:hover {
  text-decoration: underline;
}

p {

}

#header {
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 99px;
  position: relative;
}
#header h1 {
  color: #FFD544;
  font-size: 2.2em;
  margin: 50px 0 0 300px;
    position: absolute;
}

#top-menu table {
  border-top: #757575 1px solid;
  border-bottom: #757575 1px solid;

}
#top-menu td {
  text-align: center;
  font-size: 1.2em;

}


#content {
  width: 980px;
  float: right;
  padding: 0px 10px 10px 10px;
  text-align: center;
  font-size: 1.2em;
}
#content b {
  color: #FFD544;
}
#content em {
  font-size: 1.2em;
}

#footer {
  width: 1000px;
  height: 40px;
  position: relative;
  text-align: center;
}
#clear {
  clear: both;
}
/*------------Aff_area----------*/
#r-c {
  width: 750px;
  float: right;
}
#l-c {
  width: 220px;
  float: left;
}
#title-news {
  height: 18px;
  background-color: #666;
}
#body-news {
  background-color: #F0F0F0;
  padding: 1px 5px;
  color: #000000;
  text-align: justify;
}
.one-new {
  margin: 5px 0 5px 0;
  border-bottom: #000000 1px dotted;
  padding-bottom: 5px;
}

.date {
  font-weight: bold;
}
.forum-new {
  text-align: left;
}

.forum-new a {
  color: #000;
}
.forum-new ul, li{
  padding: 0;
  margin: 5px 5px 5px 7px;

}
b#black {
  color: #000000;
}


#content .stat_b {
  color: #000000;
}
#content span.stat_b {
  color: #fff;
}
#content td.stat_b {
  color: #fff;
}
#content .txt2{
  color: #000000;
}
#content .txt3{
  color: #FFF;
}
#content img{
  border: none;
}
/*#content td a{
  color: #006633;
} */
#content tr#sort a{
  color: #006633;
}




