body {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 90%;
  background-image: url(/images/diamondBG.jpg);
}
#wrapper {
}
#contentContainer {
  position: relative;
  top: 0px;
  background-color: #ff0000;
  width: 800px;
  height: 4100px;
  z-index: 0;
}
#testimonialsContainer {
  position: relative;
  top: 200px;
  background-color: #ff0000;
  width: 800px;
  height: 4200px;
  z-index: 0;
}
#testimonialContent {
  position: relative;
  background-color: white;
  top: 20px;
  left: 30px;
  height: 3680px;
  width: 700px;
  z-index: 200;
}
#content {
  position: relative;
  top: 20px;
  left: 30px;
  height: 400px;
  width: 700px;
  z-index: 100;
}
#text {
  position: absolute;
  top: 140px;
  left: 160px;
  width: 500px;
  z-index: 1000;
}
#logo {
  position: relative;
  left: 0px;
  top: 10px;
}
#discounts {
  position: absolute;
  top: 120px;
  left: 560px;
  z-index: 600;
}
#menu {
  position: relative;
  top: -370px;
  left: -320px;
  height: 24px;
  width: 120px;
  z-index: 500;
}
.footer {
  position: relative;
  top: -150px;
  left: 0px;
  align-content: center;
}
#about-footer {
  position: relative;
  top: -150px;
}
#services-footer {
  position: relative;
  top: -100px;
}
#subarticle-footer {
  position: relative;
  top: -150px;
}
.testimonialFooter {
  position: relative;
  margin-top: 70px;
  left: 0px;
  color: #ffffff;
}
#footer-text {
  color: #ffffff;
  font-size: 70%;
}
.red {
  color: #ff0000;
}
a:link {
  color: #ff0000;
}
a:visited {
  color: #ff0000;
}
a:hover {
  color: #0000ff;
}
img {
  border: none;
}
#certification {
  position: relative;
  top: -50px;
  left: 200px;
}
#pagetop {
  position: relative;
  padding-top: 10px;
}
