/* CSS Document */
body {
  background-image: url(images/background.jpg); 
  background-repeat: no-repeat; 
  background-position: center;
  background-attachment: fixed;
}

a {
  color: black;
  text-decoration: none;
}

h1 {
  font-weight: normal;
}

h3 {
  margin-bottom: 0px;
}

td {
  font-size: 13px;
  text-align: justify;
  line-height: 17px;
}

#main {
  width: 656 px;
  position: absolute;
  left: 50%;
  margin-left: -328px;
  top: 25px;
}

#menu {
  margin-top: 40px;
}

#content {
  margin-top: 60px;
}

#text {
  width: 656px;
  margin-top: 30px;
  font-size: 13px;
  text-align: justify;    
}

#footer {
  width: 656 px;
  position: absolute;
  left: 50%;
  margin-left: -328px;
  top: 1020px;
  font-size: 15px;
}
