* {
  margin: 0;
  padding: 0;
}

body {
  font: normal 14px verdana;
}

#ready {
  position: absolute;
  top: 105px;
  left: 46px;
  width: 220px;
  height: 130px;
  background: white;
  border: solid 4px #777;
  text-align: center;
}

#ready img {
  margin-top: 10px;
  margin-bottom: 8px;
}

#ready p {
  margin: 0 8px 8px 8px;
}

#ready small {
  color: #999;
}

#result {
  position: absolute;
  top: 120px;
  left: 46px;
  width: 220px;
  height: 100px;
  background: white;
  border: solid 4px #777;
  text-align: center;
}

#result p {
  color: #555;
  font: bold 22px verdana;
  margin: 14px 4px 0px 4px;
}

#result h3 {
  font: bold 35px verdana;
}

#heading {
  background-color: #ccc;
  width: 320px;
  height: 30px;
  font-weight: bold;
  color: #555;
}

#heading_score {
  margin: 6px 8px;
  float: left;
}

#heading_time {
  margin: 6px 8px;
  float: right;
}

#h1,#h2,#h3,#h4,#h5,#h6 {
  background-color: #ddd;
  background: url(hole.png);
  width: 160px;
  height: 130px;
  float: left;
}

.clear {
  clear: both;
}