body{
  background: #000;
	min-height: 700px;
}

h1{
  color: #FF0;
  text-align: center;
}

a {
  position: relative;
	left: 50%;
	color: #ff7;
	font-weight: bold;
}

#reddot {
  position: absolute;
  background: url('dot.png');
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px; 
	cursor: pointer;
}

#blob_small {
  position: absolute;
  background: url('blob_small.png');
  width: 100px;
  height: 100px;
  margin: -50px;
	left: 250px;
	top: 50px;
}

#blob_middle {
  position: absolute;
  background: url('blob_middle.png');
  width: 200px;
  height: 200px;
  margin: -100px;
	left: 100px;
	top: 400px;
}
 
#mouth_middle {
  position: absolute;
	background: url('mouth_middle.gif');
	width: 100px;
	height: 50px;
	top: 100px;
	left: 50px;
}

#mouth_small {
  position: absolute;
	background: url('mouth_small.gif');
	width: 60px;
	height: 35px;
	top: 50px;
	left: 20px;
}

#mouth_large {
  position: absolute;
	background: url('mouth_large.gif');
	width: 200px;
	height: 100px;
	top: 150px;
	left: 50px;
}

#blob_large {
  position: absolute;
  background: url('blob_large.png');
  width: 300px;
  height: 300px;
  margin: -150px;
	left: 400px;
	top: 500px;
}

#arena {
  position: relative;
  background: #FF0;
  width: 500px;
  height: 500px;
  margin-left: -250px;
  left: 50%;
  margin-top: 30px;
}

#instructions {
  position: relative;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	padding: 50px;
	width: 400px;
	color: #FF0;
}

#lamp {
  position: absolute;
	background: url('lamp.png') left;
	right: 0px;
	width: 45%;
	height: 400px;
	top: 100px;
}

#cut {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
