#divChoice {
	position: relative;
  display: block;
  margin: auto;
  width: 960px;
	height: 270px;
  border: 3px solid black;
}
#divStart{
	position: absolute;
  display: block;
  visibility: hidden;
  background-color: #ffff33;
	left: 40px;
	top: 40px;
	width: 80px;
	height: 41px;
	border: 1px solid black;
	z-index: 20;
}
#textStart{
		margin-top: 12px;
	// margin-bottom: 5px;
	text-align: center;
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
#divEnd{
	position: absolute;
  display: block;
  visibility: hidden;
  background-color: #ffff33;
	left: 835px;
	top: 185px;
	width: 80px;
	height: 41px;
	border: 1px solid black;
	z-index: 20;	
}
#textEnd{
		margin-top:12px;
	// margin-bottom: 0px;
	text-align: center;
	color: black;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
#divChoiceText {
	position: absolute;
  display: block;
  // background-color: DarkBlue;
  left: 368px;
	top: 15px;
	width: 220px;
	height: 30px;
	visibility: hidden;
	// border: 1px solid black;
}
#textChoice {
	margin-top:2px; 
	margin-bottom:0px;
	text-align: center;
	color: black;
	font-family: Courgette;
	font-weight: 400;
	font-size: 20px;
}
#divPumpChoice {
	position: absolute;
  display: block;
  // background-color: white;
  left: 365px;
  top: 50px;
  width: 220px;
	height: 170px;
	border: 5px solid green;
	z-index: 20;	
}
#imgPump {
	position: absolute;
  display: block;
  // background-color: white;
  left: 0px;
  top: 0px;
  width: 220px;
	height: 170px;
	// border: 3px solid red;
}
#divClicking {
	position: relative;
	display: block;
	margin: auto;
  cursor: pointer;
}
