#songs {
  background-image: url("../images/songs/background.jpg");
}

#songs > .title {
  position: absolute;
  left: 1025px;
  top: 628px;
  display:none;
}

/* Buttons */

#songs > .buttons > .home {
  left: 1080px;
  top: 600px;
}

/* Song buttons */

#songs > .songlist {
  position: absolute;
  top: 75px;
  left: 95px;
  width: 350px;
}

#songs > .songlist > .song {
  position: relative;
  display: block;
  margin-bottom: -3px;
}