* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    text-align: center; /* for IE Win? */
}

/* Trick to force vertical centering */
#distance {
    width: 1px;
    height: 50%;
    margin-bottom: -195px;
    float: left;
}

body { 
  background-color: black;
}

/* overall content div */
.content {
  margin: 0 auto;
  height: 390px;
    
  width: 600px;
  clear: left;
  background-color: white;
  text-align: left;
  position: relative;
}

/* levt side of the layout, containing text */
.text { 
  width: 367px;
  /* width: 427px; */
  padding: 20px;
}



h1 { 
  color:#006600;
  font-size: x-large;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #006600;
  padding-bottom: 10px;
}

h2 { 
  font-weight: bold;
  font-size: 100%;
  margin: 1em 0 0.66em 0;
}

p { 
  font-size: 80%;
  margin: 0.66em 0 0.66em 0;
 }

ul { 
  font-size: 80%;
  margin: 0.66em 0 0.66em 2em;
 }


/* right side of the layout */
.image {
  top:0px; right:0px; width:173px;
  height: 390px;
  float: right;
  background-color: black;
}

/* Link bar at the bottom */
.links { 
  color: #006600;
  font-weight: bold;
  font-size: 80%;
  position: absolute;
  bottom: 30px;
  width: 397px;
}

em { 
  color: red;
  font-weight: bold;
  font-style: normal;
}

a {
  text-decoration:none
}

a:link, a:visited, a:active { 
  color: black;
}

