body {
  text-align: center;
  margin: 0px auto;
  padding: 0px;
  font: normal 14px/1.8em Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background: #000000;
}

#wrapper {
  margin: 0px auto;
  padding: 0px;
  width: 825px;
  text-align: left;
}

#header {
  background: url(images/bg_flash.jpg) no-repeat;
  height: 297px;
  width: 825px;
}

#player_title {
  background: url(images/bg_player_title.jpg);
  width: 825px;
  height: 68px;
}

#player {
padding-top: 25px;
padding-left: 138px;
}

#content {
  background: #000000 url(images/bg_content.jpg) no-repeat;
  padding: 20px 40px 25px;
}

#content #lyrics {
  overflow: auto;
  width: 100%;
  height: 150px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  padding-right: 10px;
}

#content #wallpapers {
  float: left;
  margin-right: 50px;  
}

#content #wallpapers .img {
  padding: 4px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  display: block;
  float: left;
  text-align: center;
}

#content #wallpapers .img a {
  padding: 2px;
}

#content #icons a {
padding: 4px;
  margin-right: 14px;
  margin-bottom: 14px;
  border: 1px solid #cccccc;
  display: block;
  float: left;
  
}

#footer {
  background: url(images/bg_footer.jpg) no-repeat;
  width: 825px;
  height: 137px;
  text-align: center;
  padding-top: 40px;
  font-size: 10px;
}

/* List */
ul { margin: 0; padding: 0; list-style: none;}

strong { color: #cccccc; }

img { border: none 0;}

/* Hurt Game */

h2 span { display: none; }
.hurt_game .getitnow {background: url(images/tit_getitnow.png) no-repeat; width: 429px; height: 50px; }
.hurt_game .credits {background: url(images/tit_credits.png) no-repeat; width: 429px; height: 50px; }
.hurt_game .lyrics {background: url(images/tit_lyrics.png) no-repeat; width: 429px; height: 50px; }
.hurt_game .downloads {background: url(images/tit_downloads.png) no-repeat; width: 429px; height: 50px; }
.hurt_game .comments {background: url(images/tit_comments.png) no-repeat; width: 429px; height: 50px; }

.hurt_game a { color: #cccccc; text-decoration: none; }

.hurt_game a:hover { color: #ffffff; }

