html {
  text-align: center;
}
body {
  background: #e71d4b url('imgs/pagebg.jpg') repeat-x top center;
  margin: 0px;
  color: #FFF;
}
#body {
  font-family: sans-serif;
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

h1 {
  margin: 0px 0px 10px 0px;
  font-size: xx-large;
}

#header {
  height: 121px;
  background-image: url('imgs/topbg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}

.topbg_02
{
  background-image: url('imgs/topbg_02.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  height: 176px;
}

.main_midbg
{
  background-image: url('imgs/main_midbg.jpg');
  background-repeat: repeat-y;
  background-position: top center;	
}

.main_topbg
{
  background-image: url('imgs/main_topbg.jpg');
  background-repeat: no-repeat;
  background-position: top center;	
}

.main_botbg
{
  background-image: url('imgs/main_botbg.jpg');
  background-repeat: no-repeat;
  background-position: top center;	
  height: 15px;
}

#search form {
	margin: 0px;
}

.third {
  clear: left;
}
.feed {
  margin-top: .5em;
  margin-bottom: .5em;
  width: 245px;
  float: left;
  margin-right: 15px;
}
.feed h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.feed h2 a {
  color: #FFF;
  font-family: Arial, Helvetica Black, sans-serif;
  font-weight: bold;
  font-size: medium;
  text-decoration: none;
  line-height: 1em;
}
.items {
  margin: 0;
  padding: 0;
}
.items li {
  margin: 0;
  padding: 2px 0 2px 0;
  width: 100%;
  list-style-type: none;
  text-indent: 0;
  border-bottom: 1px solid #7E7E7E;
  line-height: 1em;
  clear: both;
}
.items a {
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  line-height: 1em;
  position: relative;
  z-index: 24;
  
}
.items a:hover {
  z-index: 25;
}
#leaderboard {
  text-align: center;
  clear: both;
  padding-top: .5em;
}
#leaderboard iframe {
  margin: 0 auto;
}
#footer {
  margin: 1em auto 1em auto;
  clear: both;
  text-align: center;
  font-family: Tahoma, Sans-serif;
  color: #FFFFFF;
  font-size: 11px;
  width: 800px;
}

#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover
{
  font-family: Tahoma, Sans-serif;
  color: #FFFFFF;
  font-size: 11px;	
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}


.items li a .desc {
  width: 225px;
  position: absolute;
  top: 33px;
  left: 20px;
  border: 1px solid #808000;
  background-color: #FF0;
  color: #000;
  text-align: center;
  font-size: 9px;
}
