body { background-image: none; background-color: #89CFF0; }
h1 { height: 183px; }
#footer { 
 color: black !important; 
 width: 695px; 
 padding-right: 28px !important;
 text-align: right;
 }
#content, .front .trans {
 -webkit-border-top-left-radius: 20px;
 -webkit-border-top-right-radius: 20px;
 -moz-border-radius-topleft: 20px;
 -moz-border-radius-topright: 20px;
 }
.front #content {
 -webkit-border-top-left-radius: 0px;
 -webkit-border-top-right-radius: 0px;
 -moz-border-radius-topleft: 0px;
 -moz-border-radius-topright: 0px;
 }
.trans {
 background-color: white;
 }
.trans h2 {
 color: black;
 }
p.relnum {
 margin-bottom: 0px !important;
 }
h2.artist {
 color: #999;
 margin-top: 0px;
 margin-bottom: 0px;
 }
h2.rel {
 font-style: italic;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 16px;
 }
.releases .release {
 display: block;
 height: 64px;
 margin-top: 12px;
 margin-bottom: 12px;
 }
.releases .release img {
 float: left;
 margin: 0px 8px 8px 0px;
 }
.releases .release .artist {
 font-weight: bold;
 }
.releases .release a.rel {
 font-style: italic;
 }
ol.tracklist {
 padding-left: 28px;
 margin-top: 12px;
 }
.relside {
 float: right;
 margin-left: 16px;
 margin-top: 8px;
 text-align: right;
 }
.relside img {
 margin-bottom: 8px;
 }