body { 
  background-image: url('images/musicbg.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: white;
  
  color: black;
  font-family: Georgia;
}

.home {
  position:absolute;
  left: 1530px;
  height: 160px;
  width: 320px;
}

.art {
  position:absolute;
  left: 1530px;
  top:210px;
  height: 160px;
  width: 320px;
}

.render {
  position:absolute;
  left: 1530px;
  top:410px;
  height: 160px;
  width: 320px;
}
  
.music {
  position:absolute;
  left: 1530px;
  top: 610px;
  height: 160px;
  width: 320px;
}