#backgroundImages { 
background-image: url(images/stork.gif);
background-repeat: repeat;
text-align: center;
}

#header { 
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
  color: black;
  font-family: arial;
  font-weight: bold;
  font-size: 24pt;  
}

p {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
  color: black;
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border:5px solid black; 
}
