body {
  background-color: #333333;
  color: #cccccc;
}

fieldset {
  width: 200px;
  margin: auto;
}

label {
  float: left;
  width: 10em;
  clear: left;
  text-align: left;
  margin-right: 1em;
}

select {
  float: left;
  width: 10em;
}

button {
  display: block;
  clear: both;
  margin: auto;
}

.herohead { 
  position: absolute;
  left: 200px;
  top: 150px;
  width: 480px;

}

.herotorso { 
  position: absolute;
  left: 200px;
  top: 206px;
  width: 480px;

}

.herolegs { 
  position: absolute;
  left: 200px;
  top: 307px;
  width: 480px;

}
