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

#songs > .title {
  position: absolute;
  left: 556px;
  top: 610px;
}

/* Buttons */

#songs > .buttons > .home {
  left: 1095px;
  top: 635px;
}

/* Song buttons */

#songs > .songlist {
  position: absolute;
  top: 100px;
  left: 300px;
  width: 700px;
}

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