body{
	margin: 0px;
	overflow: hidden;
}
#background{
	background-image: -moz-linear-gradient(60% 60% 90deg, #bce1f8, #1577b5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1577b5), to(#bce1f8));
	background-color: #555f73;
	background-repeat: no-repeat;
}

#ground{
	background-color: #5c2910;
	border: 1px solid #000000;
	position: absolute;
}
.cloud{
	background-color: #ffffff;
	position: absolute;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	z-index: 1
}
.ball{
	position: absolute;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 1px solid #222222;
	
	background-image: -moz-radial-gradient(40% 40%, farthest-side, #ecdada, #f31111, #530404);
	background-image: -webkit-gradient(radial,40% 40%,0,40% 40%,20,from(#ecdada),color-stop(40%, #f31111),to(#530404));
	z-index: 2;
}
.debug{
	position: absolute;
	top: 0px;
	left: 0px;
}
.debug th{
	text-align: left;
}
.debug td{
	padding-left: 15px;
}
.controls{
	position: absolute;
	top: 0px;
	right: 100px;
	z-index: 3;
}
.controls tbody th{
	text-align: right;
}