body {
  background-image: url('/images/layout/body-back.gif');
  background-color: black;
  background-repeat: repeat-x;
  background-attachment: fixed;
  text-align: center;
  font-size: 11px;
  font-family: "Arial Rounded MT Bold" Arial Sans-Serif;
}

div.main-content {
  margin-top: 17px;
  margin: 17px 20px 0px 20px;
}

div.top-curve, div.bottom-curve, div.main-body, div.main-content {
  display: block;
  width: 970px;
}

div.main-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

div.top-curve, div.bottom-curve {
  height: 17px;
}

div.top-curve {
  background-image: url('/images/layout/top-curve.gif');
}

div.bottom-curve {
  background-image: url('/images/layout/bottom-curve.gif');
}

div.main-body {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.main-body-container {
  display: block;
  width: 900px;
  min-height: 50px;
  margin-left: 35px;
  position: relative;
}

div.footer{
  margin: 10px;
  color: white;
}

div.footer a{
  color: white;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}