body {
  background: black url("background.jpg") top center repeat-y;
  color: white;
  font-family: verdana;
  font-size: 10px;
  text-transform: lowercase;
  padding: 0px;
  margin: 0px;
  line-height: 150%;
}

#logo {
  background: url("logo.png") top center no-repeat;
  width: 500px;
  height: 100px;
  margin: 0px auto;
  padding: 0px;
}

#logo h1 {
  display: none;
}
#menu {
  background: url("menu.png") top center no-repeat;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 800px;
  height: 35px;
  margin-left: -120px;
  padding-top:15px;
  padding-left: 0px;
}
#menu li {
  list-style: none;
  display: inline;
  padding-left: 20px;
  padding-right: 20px;
}
#menu li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 150%;
}
#menu li a:hover {
  color: red;
  background: none;
}

#container {
  padding: 20px;
  padding-top: 10px;
  width: 560px;
  margin: 0px auto;
  text-align: justify;
}
#content a {
  color: red;
  text-decoration: none;
}
#content a:hover {
  color: black;
  background: red;
}


#contact {
  text-align: center;
}

#contact ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


#links {
  text-align: center;
}

#links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}

#news dt {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
}
#news dt .date {
  color: #888;
  font-size: 60%;
}
#news dd {
  margin-left: 10px;
}

#about dt {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: bold;
}
#about dd {
  margin-left: 10px;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 90%;
  color: #888;
  margin-top: 40px;
  margin-bottom: 20px;
}

#footer a {
  color: #c00;
  text-decoration: none;
}

.releaseitem h3 {
  border-bottom: 1px dotted #400;
  font-size: 150%;
}
.releaseitem .albumcover {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
} 
.releaseitem .albumcover img {
  border: 1px solid #222;
  padding: 1px;
} 
.releaseitem .more {
  text-align: right;
}

#releasedata h3 {
  text-align: center;
  font-size: 200%;
  margin: 0px;
  padding-bottom: 0px;
}
#releasedata h4 {
  text-align: center;
  font-size: 100%;
  margin: 0px;
  margin-bottom: 20px;
  color: #999;
}
#releasedata .albumcover {
  text-align: center;
} 
#releasedata .albumcover img {
  border: 1px solid #222;
  padding: 1px;
}
#releasedata .download {
  text-align: center;
  padding: 20px;
}
#releasedata .download span {
  padding: 10px;
  background: #400;
  border: 1px solid red;
}
#releasedata .download span:hover {
  color: black;
  background: red;
}
#releasedata #tracklist li {
  list-style: none;
  height: 20px;
  margin: 0px;
  padding: 0px;
  clear: both;
}
#releasedata #tracklist li .flashplayer {
  height: 20px;
  float: left;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
}
#releasedata #tracklist li .tracktitle {
  float: left;
  color: #888;
  margin: 0px;
  padding: 0px;
  margin-left: 8px;
  margin-top: 3px;
  vertical-align: top;
}
#releasedata #tracklist li .title {
  color: #fff;
}
#latestrelease h3 {
  text-align: center;
  font-size: 120%;
}
#latestrelease .albumcover {
  text-align: center;
} 
#latestrelease .albumcover img {
  border: 1px solid #222;
  padding: 1px;
}
