  #nowPlaying {
    position: relative;
    width: 250px;
    height: 340px;
    background: url('http://www.thegeorgiajukebox.com/playing/images/np_bg.jpg');
  }
  
  #albumArt {
    position: absolute;
    top: 80px;
    left: 25px;
  }
  
  #infoBlock {
    position: absolute;
    width: 175px;
    top: 287px;
    left: 25px;
    font-family: Verdana, Arial, sans-serif;
  }
  
  #buyButton {
    position: absolute;
    width: 68px;
    height: 44px;
    top: 287px;
    left: 178px;
  }
  
  #buyButton img { border: 0; }
  
  .artistName { font-size: 14px; font-weight: bold; color: #FFF; }
  .songName { font-size: 9px; font-weight: bold; color: #FFF; }
  .albumName { font-size: 10px; font-weight: bold; color: #eda5a5; }
