html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  text-align: center;
  font-family: Times New Roman;
  color: #c6deff;
  overflow:hidden;
}

#content {
  position:absolute;
  height: 100%;
  width: 100%;
  left:0;
  top:0;
  overflow: scroll;
  text-align: left;
  z-index: 2;
}

#backgroundImg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#logo {
  vertical-align: middle;
}
.logoSpan {
  font-size:36pt;
  color:white;
}

#heading {
  position: relative;
  width: 950px;
  height: 150px;
  border: 0px black solid;
  margin: auto;
  text-align: center;
  z-index: 3;
  font-size: 36pt;
  padding: 15px 0px 0px 0px;
}
.noscript {
  font-size: 18pt;
}
.mainMenuRow {
  width:900px;height:220px;border:0px black solid;margin:auto;text-align:center;
}
.mainMenuCell {
  float:left;height:160px;width:150px;margin:15px;text-align:center;font-size:30pt;font-weight:bold;
}
#menu {
  width: 900px;
  height: 70px;
  border: 0px black solid;
  margin: auto;
  font-size: 42pt;
  font-weight: bold;
}
#subMenu {
  display: none;
  vertical-align: bottom;
}
#menu1,#menu2,#menu2a,#menu3 {
  display: block;
  float: left;
}
#menublue {
  display: inline-block;
  white-space: nowrap;
  width:350px;
  background-color:red;
}
#menuIcon {
  display: block;
  float: left;
  vertical-align: bottom;
  height: 30px;
  width: 30px;
  margin: 0px;
  padding: 0px 5px;
  z-index: 3;
}
#menu0 {
  position: absolute;
  left: 40px;
  top: 90%;
  font-size: 50pt;
}

#details1 {
  display: none;
  width: 590px;
  height: 300px;
  border: 0px black solid;
  margin: auto;
  padding-left: 160px;
  text-align: left;
}

#fuzz {
  position:absolute;
  top:0px;
  left:0px;
  height: auto;
  width: 100%;
  display: none;
  opacity: 0.00;
  z-index: 2;
}
#fuzzImg {
  height: 100%;
  width: 980px;
  left: 0px;
  top: 0px;
}

#div0 {
  display:none;
  position:absolute;
  left:0px;
  top:0px;
  margin:0px;
  padding:0px;
  height:100px;
  width:100px;
  z-index:3;
}
#detailText {
  display:none;
  position:relative;
  width:960px;
  margin:auto;
  top:0;
  left:0;
  z-index:4;
}
.detailsOptions {
  font-size:50pt;
  font-weight:bold;
  padding-left: 80px;
  text-indent: -80px;
  list-style: none;

}
#detailTextA {
  display:block;
  float:left;
  width:390px;
  border:0px white solid;
  margin:auto;
  text-align:center;
}
#detailHeading {
  display:block;
  width:390px;
  font-size:56pt;
  font-weight:bold;
  opacity:0.00;
}
#detailDescBox {
  display:block;
  float:left;
  width:490px;
  border:0px white solid;
  margin:auto;
  text-align:left;
  padding:0px 40px;
}
#detailDescription {
  display:block;
  width:450px;
  font-size:40pt;
  font-size:32pt;
  font-weight:bold;
  opacity:0.00;
}
#detailSource {
  display:block;
  width:450px;
  font-size:28pt;
  font-size:24pt;
  font-weight:bold;
  opacity:0.00;
}
a:link, a:visited {
  text-decoration: none;
  color: #c6deff;
  color: white;
}
a:hover, a:active { 
  text-decoration: underline;
}

