body {
  background: #111111;
  color: #ff6600;
  font-family: Verdana;
  text-align: center;
  margin:0px;
  }
  
#name {
  color:#111111;
  background-color: #ff6600;
  padding-top: 15%;
  font-size: 5em;
  margin-bottom: 0.1em;
  font-weight:normal;
  }
  
#footer {
  position:absolute;
  bottom: 0px;
  left:0px;
  width:100%;
  padding:5px 0 5px 0;
  border-top:1px dotted #333333;
  font-size: xx-small;
  }
  
a {
  color: #ff6600;
  font-weight: bold;
  text-decoration: none;
  padding:8px 5px 10px 5px;
  }

a:hover {
  color: #111111;
  background-color: #ff6600;
  padding:7px 4px 9px 4px;
  border:1px solid #ff6600;
}
