.circle-1 {
  position: absolute;
  left: 150px;
  top: 50px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  background-color: #ccc;
}

.reseed {
  font-size: .8em;
  line-height: 0.85em;
  position: absolute;
  left: 170px;
  top: 100px;
}

.circle-3 {
  position: absolute;
  left: 400px;
  top: 390px;
  width: 250px;
  height: 250px;
  -moz-border-radius: 125px;
  -webkit-border-radius: 125px;
  background-color: #ccc;  
}

.where {
  width: 180px;
  color: black;
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  left: 440px;
  top: 450px;
}
 
.circle-5 {    
  position: absolute;
  left: 75px;
  top: 350px;
  width: 200px;
  height: 200px;
  -moz-border-radius: 130px;
  -webkit-border-radius: 130px;
  background-color: #ccc;  
}

.seedballs {
  width: 180px;
  color: black;
  font-size: 0.8em;
  line-height: 0.85em;
  position: absolute;
  left: 100px;
  top: 385px; 
}

.circle-right7 {
  position: absolute;
  left: 700px;
  top: 100px;
  width: 75px;
  height: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  background-color: #ccc;   
  overflow: hidden;
}

.home {
  width: 180px;
  color: black;
  font-size: 1.25em;
  line-height: 0.85em;
  position: absolute;
  left: 709px;
  top: 129px; 
}