body { 
  background-color: #000;
  color: #88f;
}

h1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: white;
  border-width: 1;
  border-color: white;
  border-style: solid;
  text-align: center;
  background-color: #44b;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.8em;
  height: 1.8em;
}

img#earth { 
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -4;
  width: 100%;
}

img.quadimg { 
  /* width: 39%; */
  height: 30%;
  margin: 3% 3% 3% 3%;
  border-width: 3px;
  border-color: #000;
  border-style: solid;
  z-index: -10;
/*  display: block; */
}

img#box1 { 
  position: absolute;
  left: 2%;
  top: 100;
}

img#box2 { 
  position: absolute;
  right: 2%;
  top: 100;
}

img#box3 { 
  position: absolute;
  left: 2%;
  bottom: 2em;
}


img#box4 { 
  position: absolute;
  right: 2%;
  bottom: 2em;
}

img#box5 { 
  position: absolute;
  left: 10%;
  top: 30%;
}

div.fullbox { 
  width: 100%;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div.topbox {
  width: 100%;
  display: block;
}

div.midbox p { 
  width: 100%;
}

div.midbox {
  width: 100%;
  display: block;
  color: red;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 1.2em;
}

div.botbox {
  width: 100%;
  display: block;
}

div.full { 
  width: 100%;
  border-width: 1;
  border-color: white;
  border-style: solid;
}

div { 
  border-width: 0;
  border-color: white;
  border-style: solid;
}

p.bottom { 
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  color: white;
  border-width: 1;
  border-color: white;
  border-style: solid;
  text-align: center;
  background-color: #44b;
  position: absolute;
  font-size: .8em;
  height: 1.5em;
  left: 1px;
  right: 1px;
  width: 95%;
  bottom: 1px;
}

a:link, a:visited { 
  color: white;
  text-decoration: none;
}

a:hover { 
  background-color: #66c;
  color: white;
  text-decoration: none;
}

p.aboutbut { 
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  color: white;
  link-color: white;
  border-width: 1;
  border-color: white;
  border-style: solid;
  text-align: center;
  background-color: #44b;
  position: absolute;
  font-size: .8em;
  height: 1.5em;
  left: 1px;
  right: 1px;
  width: 20em;
  bottom: 4.2em;
  z-index: 6;
}

p.enter { 
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: block;
  color: white;
  border-width: 1;
  border-color: white;
  border-style: solid;
  text-align: center;
  background-color: #44b;
  position: absolute;
  font-size: .8em;
  height: 1.5em;
  left: 1px;
  right: 1px;
  width: 30%;
  bottom: 2.1em;
  z-index: 4;
}

h2.enter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  color: white;
  border-width: 0;
  text-align: center;
  background-color: #44b;
  bottom: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.8em;
  height: 1.8em;
  width: 50%;
  left: 1px;
  right: 1px;
}

/*
p.aboutbut { 
  margin-left: 5px;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  color: white;
  link-color: white;
  border-width: 1;
  border-color: white;
  border-style: solid;
  text-align: center;
  background-color: #44b;
  position: absolute;
  font-size: .8em;
  height: 1.5em;
  left: 5px;
  top: 1em;
  z-index: 6;
}
*/

div.blackbox { 
  z-index: -8;
  background-color: #000;
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  left: 1px;
  bottom: 1px;
}

div.mainparts { 
  z-index: -10;
}

div.maintext { 
  background-color: #44b;
  width: 85%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  display: block;
  bottom: 8em;
  color: #fff;
  position: absolute;
  left: 1px;
  right: 1px;
}

div.maintext p { 
  margin-left: 3em;
  margin-right: 215px;
}

img.me { 
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}

div.earthpart { 
  z-index: 42;
}

/* object.style.zIndex="1" */
