body {
  background-color: black;
  }
   
#Logo {
  position: absolute; left: 0px; top: 0px; width: 770px; 
  height: 196px; z-index: 1;
  }
   
#Links {
  position: absolute; left: 0px; top: 200px; width: 770px; 
  height: 30px; z-index: 3; vertical-align: top;
  font-family: Verdana, Helvetica, sans-serif;
  color: white;
  font-size: .6em;
  word-spacing: 20px;
  text-align: center;
  }

#Content {
  position: absolute; left: 3px; top: 230px; width: 767px;
  height: 50px; z-index: 4; vertical-align: top;
  font-family: Verdana, Helvetica, sans-serif;
  color: white;
  text-align: justify;
  font-size: .8em;
  }   
#Header {
  position: absolute; left: 0px; top: 330px; width: 770px; 
  height: 20px; z-index: 6; vertical-align: middle;
  font-family: Verdana, helvetica, sans-serif;
  color: white;
  font-size: .8em;
  text-align: center;
  background-color: red;
  word-spacing: 5px;
  }
   
#Embed {
  position: absolute; left: 35px; top: 350px; width: 700px; 
  height: 250px; z-index: 7;
  }