body {
  background-color: #000000;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

#main {
  width: 766px;
  height: 740px;
  border: 0px;
  background-image: url(../images/background.jpg);
  margin-left: auto;
  margin-right: auto;
}

#content {
  display: block;
  position: relative;
  top: 125px;
  width: 500px;
  height: 450px;
  border: 0px;
  margin-left: auto;
  margin-right: auto;
}

#contact_info {
  position: relative;
  width: 766px;
  height: 25px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
}

a:link {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
  color: #FFFFFF;
}

a:active {
  color: #FFFFFF;
}

h1 {
  font-size: 18pt;
}

ul {
  display: block;
  margin-left: 100px;
  text-align: left;
}