/************ Generic Selectors ***********/
body {
  background-color: #000000;
  margin: 0 auto;
}

h1 {
  font: 32pt bold helvetica, arial, sans-serif;
  color: #ffffff;
  margin: 0 auto;
}

p {
  font: 12pt bold helvetica, arial, sans-serif;
  color: #ffffff;
  margin: 0 auto;
  line-height: 1.4em;
}

sup {
   font-size: 0.65em;
   vertical-align: text-top;
}

/************ Header **************/
#title1{
   position: absolute;
   display: block;
   top: 40px;
   left: 350px;
}

/****** planets ******/
#mercury {
  position: absolute;
  left: 110px;
  top: 140px;
}
#venus{
  position: absolute;
  left: 30px;
  top: 300px;
}
#mars{
  position: absolute;
  left: 670px;
  top: 130px;
}
#earth{
  position: absolute;
  left: 580px;
  top: 310px;
}

#textbox1 {
  position: absolute;
  left: 280px;
  top: 170px;
  width: 300px;
  text-align: left;
}
#textbox2 {
  position: absolute;
  left: 280px;
  top: 390px;
  width: 300px;
  text-align: left;
}
#textbox3 {
  position: absolute;
  left: 860px;
  top: 150px;
  width: 300px;
  text-align: left;
}
#textbox4 {
  position: absolute;
  left: 860px;
  top: 400px;
  width: 300px;
  text-align: left;
}


/****** discussion ********/
#textbox5 {
  position: absolute;
  left: 30px;
  top: 550px;
  width: 500px;
  text-align: left;
}
#textbox6 {
  position: absolute;
  left: 30px;
  top: 640px;
  width: 500px;
  text-align: left;
}
#textbox7 {
  position: absolute;
  left: 30px;
  top: 840px;
  width: 500px;
  text-align: left;
}

/***** wedge *****/
#wedge{
  position: absolute;
  left: 550px;
  top: 600px;
}
#wedgetext1{
  position: absolute;
  left: 880px;
  top: 550px;
  width: 250px;
  text-align: left;
}
#wedgetext2{
  position: absolute;
  left: 900px;
  top: 630px;
  width: 250px;
  text-align: left;
}
#wedgetext3{
  position: absolute;
  left: 880px;
  top: 780px;
  width: 250px;
  text-align: left;
}
#wedgetext4{
  position: absolute;
  left: 900px;
  top: 880px;
  width: 245px;
  text-align: left;
}

/***** footer - nav buttons *****/
#nav {
   position: absolute;
   top: 1000px;
   left: 420px;
   width: 320px;
   padding-bottom: 120px;
}

#back {
   position: absolute;
   left: 0px;
}
#home {
   position: absolute;
   left: 80px;
}
#pdf {
   position: absolute;
   left: 160px;
}
#next {
   position: absolute;
   left: 240px;
}

