body {
  background-color: black;
  background-image: url("gryd014.jpg");
}

header {
  margin: auto;
  width:900px;  
  text-align: center;
}

footer {
  margin: auto;
  width:900px;  
  text-align: center;
}

.bodyimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:450px;
}

.leftimage {
 position: absolute;
 left: 50%;
 width: 100px;
 margin-left: -600px; /* Example: Centers + moves left */
}

div {
  width:852px;
  border: 4px solid #FAFAFA;
  margin: auto;
  padding: 20px;
}

h1 {
  color: #FAFAFA;
  font-family: 'Georgia', serif;
  font-size: 300%;
}

h2 {
  color: #FAFAFA;
  font-family: 'Georgia', serif;
  font-size: 250%;
}

h3 {
  color: #FAFAFA;
  font-family: 'Georgia', serif;
  font-size: 150%;
}  

p {
  color: #FAFAFA;
}