body {
  border: none;
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
div {
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
}
img {
  margin: 0px;
  padding: 0px;
}
h3 {
  display: none;
}

#main {
  margin: 0px auto;
  padding: 0px;
  margin-top: 20px;
  width: 900px;
  text-align: left;
}

#header {
  width: 900px;
  height: 142px;
  background-image: url(../img/header.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
#header ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 497px;
  padding-top: 103px;
}
#header li {
  display: inline;
}
#header a {
  padding: 3px 1px 4px 0px;
  font-size: 0.9em;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
#header a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

#content {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  width: 800px;
  margin-left: 50px;
  color: #000000;
  padding-top: 142px;
  padding-bottom: 142px;
}
#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}
#content p {
  font-size: 1.275em;
}
#content .Cover {
  margin-top: -143px;
  margin-bottom: -152px;
}
#content .Agents {
  background-image: url(../img/background.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#content .Pictures {
  background-image: url(../img/background.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#content .Performances {
  margin-top: -58px;
  margin-bottom: -58px;
  background-image: url(../img/background.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#content .Contact {
  background-image: url(../img/background.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#content .Contact p {
  padding: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
  float: left;
}
#content .Contact .Image {
  padding-top: 65px;
  padding-left: 40px;
  padding-bottom: 65px;
}

#footer {
  width: 850px;
  height: 142px;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  padding-left: 50px;
  margin-top: -142px;
}
#footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}
#footer li {
  display: inline;
}
#footer #contact {
  font-size: 0.9em;
  padding-left: 2px;
}
#footer #legalNotice {
  margin-left: 180px;
  font-size: 0.9em;
}
#footer #legalNotice a {
  text-decoration: none;
  color: #FFFFFF;
}
