body {
  margin: 0;
  padding: 0;
  background-image: url(leaves.jpg);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  background-position: left;
  background-repeat: repeat-y;
  background-color: #e3fcd8;
}

a:link, a:visited, a:hover, a:active {
  background-color: transparent;
  color: #cd5c5c;
  text-decoration: none;
}

a:hover {
  background-color: #ffff00;
  color: #000000;
}



#content {
  position: relative;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding-left: 150px;
}

#content p:first-letter {
  color: #cd5c5c;
  font-size: 200%;
  font-weight: bold;
}


.title {
  margin: 17px 0;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #cd5c5c;
}

h3 {
  font-style: italic;
}

h2 {
  text-align: center;
}


img {
  border: none;
}

img.stamp {
  position: absolute;
  top: -200px;
  left: 5px;
}

.email {
  position: absolute;
  right: 10px;
  top: -200px;
}

img.couple {
  position: absolute;
  top: 12px;
  left: -17px;
}

img.flowerLeft {
  position: absolute;
  top: 216px;
  left: 150px;
}

img.flowerRight {
  position: absolute;
  top: 216px;
  right: 6px;
}
