.block{
  display: block;
  position: fixed; 
  background:url(bolverm.png);
  width: 20px;
  height: 20px;
}

#head, #head_2 {
  background: url(mario.png) no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  position: fixed;
}

#fruit {
  display: block;
  *display:none;
  background: url(mush.gif) no-repeat center;
  position: fixed; 
  width: 20px;
  height: 20px;
}

#up, #down, #left, #right {
  display: block;
  position: absolute;
  width: 30%;
  height: 30%;
  padding: 3%;
  z-index: 1;
  *display:none;
}

#up {
  left: 30%;
  top: 0;
}

#down {
  bottom: 0;
  left: 30%;
  height: 30%;
}

#left {
  bottom: 0;
  height: 30%;
  left: 0;
  top: 30%;
}

#right {
  top: 30%;
  right: 0;
}

.tail.two {
  background: url(bolverd.png) !important;
}

#head_two {
  background: url(luigi.png) no-repeat center !important; 
}

#stadium{
	display:none;
}

#kie{
	display:none;
	width:400px;
	height:400px;
	text-align:center;
	*display:block;
}

#kie li{
	list-style:none;
	margin-right:10px;
	float:left;
	margin-top:10px;
}
