body {
  background-image: url('images/bg2.jpg');
  background-position: center; 
  background-repeat: repeat-y;
  background-attachment:fixed;
  margin: 0px;
  padding: 0px;
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
}

a {
  color: #e2017b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fd_main {
  text-align: center;
}

.fd_head {
  margin: auto;
  padding: 0px;
  text-align: center;
  width: 797px;
  height: 393px;
}

.fd_content {
  margin: auto;
  padding: 0px;
  text-align: center;
  width: 797px;
  background-image: url('images/contentbg.jpg');
}

.fd_subcontent {
  margin: auto;
  text-align: left;
  padding-left: 12px;
  padding-right: 6px;
  padding-bottom: 10px;
  font-family: Tahoma;
  font-size: 12px;
  color: #000000;
  background-image: url('images/bottom.jpg');
  background-position: center bottom; 
  background-repeat: no-repeat;
}

.fd_bottom {
  margin: auto;
  padding: 0px;
  text-align: center;
  width: 797px;
}

.fd_links {
  margin: auto;
  padding: 0px;
  text-align: left;
  width: 797px;
}