body {
  margin: 0;
  padding: 0;
}

#player_table td {
  height: 217px;
  vertical-align: bottom;
}

#ghettoblaster {
  margin: 25px 0 0 25px;
  position: absolute;
}

#oldradio {
  margin: 170px 0 0 25px;
  position: absolute;
}

#hifi {
  margin: 105px 0 0 90px;
  position: absolute;
}

#trackinfo_wrapper {
  position: absolute;
  left: 407px;
}

a#trackinfo_close img {
  width: 100%;
  height: 15px;
}

#trackinfo_close {
  padding: 2px;
  background: #2D85F9;
  width: 266px;  
  position: absolute;
  margin-top: 150px;
  z-index: 10001;
}

#trackinfo_close a, #trackinfo_close a:visited {
  background: url("../images/closecross.gif") no-repeat #2D85F9;
  background-position: right 0;
  height: 15px;
  display: block;
}

#trackinfo_close a:hover {
  background: url("../images/closecross.gif") no-repeat #2D85F9;
  background-position: right -16px;
}

#trackinfo_current {
  background: #fff;
  color: #000;
  width: 250px;
  max-height: 400px;
  margin: 0 0 15px 0;
  padding: 15px 10px 15px 10px;
  overflow: auto;
  position: absolute;
  margin-top: 169px;
  z-index: 10001;
}

#trackinfo_current img { 
  width: 225px;
}

#trackinfo_current_body {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
}

#trackinfo_current h1 {
  font-size: 1.2em;
  margin: 0 0 5px 0;
  color: #E62972;
}

#trackinfo_current h2 {
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

#trackinfo_current h3 {
  font-size: 0.9em;
  color: #808080;
  margin: 0 0 5px 0;
  font-weight: normal;
}

#trackinfo_current h4 {
  font-size: 0.8em;
  margin: 0 0 10px 0;
  color: #2D85F9;
  font-weight: normal;
  line-height: 1.2em;
}