body {
  background-image: url("fine.jpg");
  background-size: 100%;      /* fits the screen */
  background-position: center; /* centers it */
  background-repeat: no-repeat;
  background-attachment: fixed; /* optional */
}  
  .right-img {
  position: fixed;
  right: 0;
  top: 50px; /* adjust */
}