body {
  background-color: #ffffff; margin: 50px 0px 50px 0px; background-image: url('01.jpg'); background-repeat: repeat-x;  background-position: top center; background-attachment: scroll;
}

div.menu {
  margin: 0px auto 60px auto; width: 350px; font-family: "century gothic"; color: #000000; text-align: center; font-size: 14px;
}

div.text {
  margin: 10px 10px 10px 10px; width: 350px; font-family: "century gothic"; color: #000000; text-align: justify; font-size: 14px;
}

div.border {
  margin: 20px auto 10px auto; width: 370px; border: 1px solid #777777; background-color: #fffffc;
}

p {
  margin: auto; text-align: center; font-variant: small-caps; font-size: 16px;
}

img.float {
  margin: 10px 10px 10px 10px; position: static; float: left; clear: left;
}

img.normal {
  margin: 10px 10px 10px 10px; position: static; border: 0;
}

a {
  color: #666666; text-decoration: none; font-variant: small-caps;
}

a:visited {
  color: #666666; text-decoration: none; font-variant: small-caps;
}

a:hover {
  color: #111111; text-decoration: none; font-variant: small-caps;
}

a:active {
  color: #666666; text-decoration: none; font-variant: small-caps;
}

