body {
  margin: 0px;
  background-color: #323233;
  background-image:url(images/wings_back.jpg);
  background-repeat: repeat-y;
  font-family: Georgia, serif;
  font-size: 12pt;
  color: #252A30;
}

a:link {
  text-decoration: none;
  color: #959ca2;
}

a:visited {
  text-decoration: none;
  color: #6d7887;
}

a:active, a:hover {
  text-decoration: none;
  color: #bec1c4;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 920px;
  height: 870px;
  z-index: 2;
}

#contenttitle {
  position: absolute;
  top: 680px;
  left: 360px;
  z-index: 3;
}

#content {
  position: absolute;
  top: 805px;
  left: 0px;
  width: 765px;
  padding-left: 40px;
  padding-right: 145px;
  padding-bottom: 85px;
  background-image:url(images/wings_con_bot.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 4;
}

h1 {
  font-size: 30pt;
  letter-spacing: 2px;
  font-weight: normal;
}

h2 {
  font-size: 18pt;
  letter-spacing: 4px;
  font-weight: normal;
}

p {
  text-align: justify;
}

img {
  border: 0px;
}

td {
  text-align: center;
}
