body {
  background-image:url('library2.jpg');
  background-size:100% auto;
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment: fixed;

  background-color: black;
  color: black;
  font-family: Georgia;
  
}

#content {
  background-color: SeaShell;
  border-style: groove;
  border-width: 5px;
  border-color: GoldenRod;
  width: 800px;
  padding: 10px;
  margin: auto;
}