body {
  background-color: #000;
  margin: 0 auto 10px auto;
  font-size: 62.5%;
  font-family: "Nimbus Sans L", Helvetica, Arial, Verdana, sans-serif;
  color: #555;
}

a, a:hover, a:focus, a:link {
  color: #555;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#container {
  position: relative;
  width: 600px;
  margin: 50px auto 0 auto;
  background: #000;
  background: #000; 
}

#top {
  text-align: center; 
  margin: 0 0 30px 0;
}

#top h1 {
  font-size: 3em;
  color: #ccc;
  letter-spacing: 0.05em;
}

#top h1 .subtitle {
  font-weight: normal;
  font-size: 0.75em; 
  letter-spacing: 0.1em; 
  margin-top: 5px;
}

#bio {
  font-size: 1.5em;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 20px 0;
  color: #888;
}

#bio .picture {
  font-size: 1.7em;
  float: right;
  padding: 0 0 0 12px;
}

#bio > p {
  margin-top: 0px;
}

#bio a, 
#bio a:hover, 
#bio a:focus, 
#bio a:link {
  color: #ccc;
}

#links {
  font-weight: bold;  
  letter-spacing: 0.05em;
  line-height: 1.3em;
  padding: 20px 0;
  border-top: 1px #555 dashed;
  border-bottom: 1px #555 dashed;
}

#links .link_title {
  color: #888;
}

#links table {
  margin: 0 auto;
}
#links table tr td {
  padding: 0 4px 2px 0;
}

#conference_badge {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#bottom {
  font-size: 1.2em;
  padding: 20px 0;
  text-align: center
}