body {
  width: 820px;
  height: 500px;
  background-image: url(images/spectra-bg4.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #C0C0C0;
  margin: 0px auto; 
  text-align: center;
}


/* PAGE HEADER */
#banner {
  position: relative;
  width: 820px;
  background-image: url(images/spectra-top2.jpg);
  margin: 0px;
  padding-top: 1px;
  height: 76px;
  z-index: 2
}

.quote {
  position: relative;
  float: right;
  width: 78px;
  height: 30px;
  margin-top: 25px;
  margin-right: 42px;
  text-align: center;
  z-index: 3
}

.quote a {
  font-family: Arial;
  font-size: 12px;
  color: #F0DA22;
  text-decoration: none;
}

.quote a:hover {
  color: #FFFFFF;
}

#links {
  position: relative;
  width: 820px;
  background-image: url(images/nav_bar2.jpg);
  height: 40px;
  z-index: 2
}

#links a {
  font-family: Arial;
  font-size: 11px;
  color: #E3E3E3;
  text-decoration: none;
}

#links a:hover {
  color: #F0DA22;
}

.nav_home {
  position: relative;
  float: left;
  width: 119px;
  height: 20px;
  margin-top: 9px;
  margin-left: 17px;
  text-align: center;
  z-index: 3
}

.nav_about {
  position: relative;
  float: left;
  width: 109px;
  height: 20px;
  margin-top: 9px;
  text-align: center;
  z-index: 3
}

.nav_manu {
  position: relative;
  float: left;
  width: 116px;
  height: 20px;
  margin-top: 2px;
  text-align: center;
  z-index: 3
}

.nav_facility {
  position: relative;
  float: left;
  width: 107px;
  height: 20px;
  margin-top: 9px;
  text-align: center;
  z-index: 3
}

.nav_quality {
  position: relative;
  float: left;
  width: 113px;
  height: 20px;
  margin-top: 2px;
  text-align: center;
  z-index: 3
}

.nav_apps {
  position: relative;
  float: left;
  width: 113px;
  height: 20px;
  margin-top: 9px;
  text-align: center;
  z-index: 3
}

.nav_contact {
  position: relative;
  float: left;
  width: 110px;
  height: 20px;
  margin-top: 9px;
  text-align: center;
  z-index: 3
}


/* MAIN BODY */
#main {
  position: relative;
  width: 820px;
  height: 470px;
  background-image: url(images/spectra-bg.jpg);
  background-repeat: repeat-y;
  z-index: 2
}

#page-content {
  position: relative;
  width: 786px;
  height: 450px;
  padding-top: 36px;
  margin-left: 17px;
  z-index: 4
}

#page-img {
  position: relative;
  float: left;
  width: 400px;
  height: 300px;
  margin-left: 29px;
  z-index: 5
}

#content {
  position: relative;
  float: right;
  width: 300px;
  height: 300px;
  margin-right: 29px;
  text-align: left;
  z-index: 5
}

#content h1 {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold
}

#content p {
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  line-height: 1.7
}

#subcontent {
  position: relative;
  float: left;
  width: 392px;
  height: 105px;
  margin-left: 29px;
  padding-top: 9px;
  padding-left: 16px;
  background-image: url(images/arcbox.gif);
  text-align: left;
  z-index: 5
}

.new1 {
  margin-top: -5px;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: normal;
}

.new2 {
  margin-top: 5px;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: normal;
}

#subcontent p {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: normal;
}

#logos {
  position: relative;
  float: right;
  width: 300px;
  height: 105px;
  margin-right: 29px;
  text-align: left;
  z-index: 5
}


/* FOOTER */
#border {
  position: relative;
  width: 820px;
  height: 3px;
  background-image: url(images/spectra-bg2.jpg);
  font-size: 3px;
  text-align: center;
  z-index: 2
}

#footer {
  position: relative;
  width: 820px;
  height: 45px;
  background-image: url(images/spectra-bg3.jpg);
  text-align: center;
  z-index: 2
}

.footer-box {
  position: relative;
  width: 786px;
  height: 45px;
  padding-top: 6px;
  padding-left: 17px;
  font-family: Arial;
  font-size: 11px;
  color: #E3E3E3;
  z-index: 3
}

.footer-box a {
  margin-top: 10px;
  font-family: Arial;
  font-size: 11px;
  color: #E3E3E3;
  text-decoration: underline;
}

.footer-box a:hover {
  color: #F0DA22;
}




#gone { visibility: hidden }
