#introhead {
	width: 800px;
	text-align: center;
}

#mole {
    position: static;
    width: 80px;
}

#container
{
	position: relative;
	width: 800px;
	height: 355px;
}

#viewport
{
  z-index: 1;
  position: relative;
  border:1px solid #d3d3d3;
}

#controls
{
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.Button
{
	margin: 10px;
}

input[type="number"] {
	width: 50px;
}
