body {
  background : #000;
  margin-left : 20%;
  margin-right : 20%;
}

div, li, p {
  font-family : Georgia;
  font-size : 10pt;
  color : #CCC;
}

a {
  color : #FFF;
  text-decoration : none;
}

a:hover {
  text-decoration : none;
  background : #444;
}

#nav {
  text-align : center;
  background : #222;
  padding : 10px;
}

#nav a {
  font-size : 80%;
  margin-right : 50px;
}


#dropshadow {
  position : relative;
  top : 13px;
  left : 3px;
  background : #333;
}

#content {
  position : relative;
  bottom : 3px;
  right : 3px;
  background : #000;
  border : 1px solid #444;
  padding : 10px;
}

#content h1 {
  font-weight : bold;
  font-size : 140%;
  padding : 5px;
  background : #222;
}

#content h2 {
  font-weight : bold;
  font-size : 120%;
  padding : 5px;
  background : #222;
}

#albumart {
  border : 1px;
  border-color : #EEE;
}
