body {
  background:white;
  margin:0;
  padding:0;
  font:small verdana,sans-serif;
  color:#FFCCFF;
  width:100%;
  height:100%;
  overflow:hidden;
  text-transform:lowercase;
  }
#content {
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  font-size:5em;
  font-weight:bold;
  line-height:1;
  text-align:center;
  font-family:helvetica,sans-serif;
  }
dl {
  position:relative;
  top:-3.5em;
  width:80%;
  height:7.4em;
  margin:0 auto;
  padding:0;
  text-align:right;
  }
dt {
  display:block;
  position:relative;
  top:4.8em;
  padding:.2em 10px 0;
  border-top:.1em solid #ccc;
  text-align:right;
  color:#c59ac5;
  }
dd {
  position:relative;
  display:block;
  top:-1.7em;
  margin:0;
  padding:0 10px 0 0;
  /*User Empowered Communication*/
  color:#bc8f8f;
  }
dd:before {
  margin-right:.1em;
  content:"+";
  color:#989;
  }
dt + dd:before {
  content:"";
  }
dt + dd {
  color:#bc8f8f;
  }
dd + dd {
  /* communication */
  color:#d7bdd7;
  }
dd + dd + dd {
  /* information */
  color:#fcc;
  }
dd + dd + dd + dd {
  /* technology */
  color:#f1cbd7;
  }
dd + dd + dd + dd + dd {
  /* aesthetic */
  color:#ffe4c4;
  }


/* =Logo and Nav
----------------------------------------------- */
#logo {
  position:absolute;
  top:-500px;
  left:-999px;
  }
#nav {
  background:white;
  position:absolute;
  bottom:-1px;
  left:0;
  width:100%;
  padding:15px 0;
  color:#333;
  font-size:85%;
  }
#nav ul {
  background:url(../img/20070228king_harvest_logo00.jpg) no-repeat 100% 100%;
  margin:0 20px;
  padding:0 150px 0 0;
  height:35px;
  list-style:none;
  }
#nav li {
  display:inline;
  margin:0 .5em 0 0;
  }
#nav a, #nav strong {
  float:left;
  padding:10px 10px 5px 0;
  text-decoration:none;
  color:#333;
  }
#nav strong {
  color:#555;
  }
#nav a:hover {
  color:#999;
  }
