  body {
    color: #666666;
    background-color: #000000;
	background-image: url('pics/bg_green.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
    margin: 5px;
    padding: 0;
    font: 14px/130% sans-serif;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }
  a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    font-weight: bold;
  }
  a:link, a:visited {
    color: #990000;
  }
  a:active, a:hover {
    color: #CC0000;
  }
  a img {
    border: 0px;
  }
  #container {
    position: relative;
    width: 640px;
    margin: 0 auto;
  }
  #deception #logo {
    text-align: center;
    margin: 10px 0;
  }
.clear {
  clear: both;
}
table#downloadOverview {
  margin: 0 auto;
  text-align: center;
}
table#downloadOverview td, table#downloadOverview th {
  padding: 15px;
}
.albumDetails {
  display: block;
  font-weight: bold;
  color: #999999;
  margin: 3px 0 20px 0;
}
#noteHeader {
  text-align: center;
  font-weight: bold;
  color: #999999;
}
h2.albumTitle {
  text-align: center;
  font-family: helvetica, verdana, sans-serif;
  font-size: 180%;
  color: #999999;
  font-weight: normal;
}
h2.albumTitle span.metaInfo, .fileSize {
  color: #3F3F3F;
}
.fileSize {
  font-weight: normal;
}
.songTable {
  margin: 0 auto;
}
.songTable .albumCover img {
  width: 140px;
  height: 140px;
}
.songTable td {
  vertical-align: top;
  font-weight: bold;
  line-height: 140%;
  padding-right: 15px;
}
.songTable td.albumCover {
  vertical-align: middle;
}

.songTable td.coverSong, .songTable td.notAvailable {
  text-align: center;	
  font-weight: normal;
}
a.pi, a.pi:hover {
  color: #000000;
  border: 0;
}
.lineUp {
  text-align:center;
  font-size: 80%;
  font-style: italic;
  color: #999999;
}
