div#spiderClimb {
	width: 150px;
	height: 450px;
	/*border: 1px solid #000;*/
	float:right;
	position: relative;
	background-image: url("../images/web.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
}
div#web {
	width: 150px;
	height: 105px;
	background-image: url("../images/web.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
img.spider {
	display: none;
}
img.spiderStart {
	display: visible;
	position: absolute;
	bottom: 0px;
	left: 25px;
}
div#againButton {
	height: 50px;
}
button#again {
	display: none;
}
