body {
  background-image:url('images/grunge.jpg');
  background-repeat:repeat;
  background-attachment:fixed;
  text-align:center;
}

img {
  border:1px solid #EC5528;
}

#mainImage {
  margin:0 auto;
  width:816px;
}

.otherImage {
  margin-top:50px;
}

h2 {
  font-family:cursive;
  font-style:italic;
  font-size:18px;
  color:#EC5528;
}
