body { font-family:verdana,sans-serif; }

h2 {
  font-family: 'Inknut Antiqua', cursive;
  color: #666666;
  font-size: 2em;
  margin-top: 0px;
  margin-bottom: -10px;
}

#banner { 
  //display: block;
  //margin-left: auto;
  //margin-right: auto;
  width: 100%;
  position: fixed;
  top:0px;
  left:0px;
  z-index: -1;
}

#content {
  color: black;
  padding: 18px;
  margin-top: 450px;
  position: float;
  //display: block;
  width: 1000px;
  //min-width: 1100px;
  border: 2px solid gray;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(200,200,200,92%);
  //opacity: 50%;
  z-index: 10;
  text-color: black;
  height: auto;
  margin-bottom: 20px;
}

.quote {
  font-family: 'courier',cursive;
}

.bio {
  //float: left;
  font-size: 110%;
  width: 45%;
}

.download {
  //float: left;
  width: 45%;
}

.bandcamp {
  //float: left;
  width: 45%;
}

.youtube {
  //float: left;
  width: 45%;
}
