body {
  background-color: #f8dabe;
  text-align: center;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  border: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#head {
  position: relative;
  float: left;
  top: 5px;
  width: 100%;
  height: 130px;
  background-color: #381b09;
padding: 10px;

}

#body {
  position: relative;
  float: left;
  top: 5px;
  width: 100%;
  padding:20px;
}

#builder {
  position: relative;
  float: left;
  top: 40px;
  width: 100%;
  font-size: 1.0em;
  background-color: #381b09;
  color: #eceaa6;
  padding: 5px;
}

a {
  color: #eceaa6;
}
