#ads {
	margin-top: 30px;
	text-align: center;
}
#text {
	clear: both;
	padding-top: 30px;
	font-size: 0.9em;
}
div#game {
  margin: 10px auto;
  color: #aff8ff;
  font: bold 30px/40px monospace;
  width: 650px;
  height: 400px;
}

#jewelworld {
  position: relative;
  top: 0;
  left: 0;
  width: 650px;
  height: 400px;
  background: black;
  background-image: url( jewel/background.jpg);
  background-repeat: no-repeat;
}

#board {
  position: absolute;
  top: 0;
  left: 0;
}

#report {
  position: absolute;
  top: 0;
  left: 0;
  font-family: monospace;
  font-weight: bold;
  font-size: 35px;
  color: #ffff00;
  text-align: center;
  cursor: pointer;
}


#score {
  position: absolute;
  top:  120px;
  left: 10px;
  font-size: 25px;
}

#thescore {
  position: absolute;
  top: 165px;
  left: 25px;
  font-size: 20px;
}

#highscore {
  position: absolute;
  top: 210px;
  left: 10px;
  font-size: 25px;
}

#thehighscore {
  position: absolute;
  top: 255px;
  left: 25px;
  font-size: 20px;
}

#getname {
  color: white;
  background: black;
  background-image: url( jewel/plain.jpg);
  border: solid #c0c0c0;
  padding: 10px;
  position: absolute;
  top: 90px;
  left: 50px;
  font-size: 20px;
}

#restart {
  position: absolute;
  top: 320px;
  left: 95px;
  width: 120px;
  height: 30px;
  background-image: url( jewel/restart.gif);
  background-repeat: no-repeat;
}

#gameover {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 550px;
  height: 200px;

  padding: 10px;
  background: black;
  background-image: url( jewel/plain.jpg);
  border: solid #c0c0c0;

  color: yellow;
  text-align: center;
}

#thehelp {
  position: absolute;
  top: 170px;
  left: 50px;
  width: 550px;
  height: 200px;
  border: solid #c0c0c0;
}

#graybar,#goldbar {
  position: absolute;
  top: 373px;
  left: 50px;
}
