.fixed {
  position: fixed;
}

#text {
  font-family: 'lucida sans unicode', 'lucida grande', 'helvetica';
  background: #292929;
  font-size: 1.0em;
  color: #cdcdcd;
  outline-width: 0;
  width: 214px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#blob {
  font-family: 'lucida sans unicode', 'lucida grande', 'helvetica';
  background: #1b1b1b;
  font-size: 0.6em;
  color: #cdcdcd;
  width: 40px;
  height: 30px;
  right: 20px;
  bottom: 20px;
  padding: 5px;
  z-index: 999;
}

#blob a:link { color: #cdcdcd; }
#blob a:hover { color: #cdcdcd; }
#blob a:active { color: #cdcdcd; }
#blob a:visited { color: #cdcdcd; }

#spur {
  width: 20px;
  height: 20px;
  right: 30px;
  bottom: 1px;
  z-index: 999;
}