@charset "utf-8";
/* CSS Document */

#body {
	width:100%;
	text-align:center;
}
#mainbox{
	width:624px;
	height:470px;
	border:1px solid #000;
	text-align:center;
	margin-left:50%;
	position:relative;
	left:-312px;
}
#controls {
	margin:10px;
	padding:10px;
}
#controls a{
	margin:10px;
	padding:10px;
	height:40px;
	text-decoration:none;
	
	background-color:#CCC;
	color:#000;
	border:1px solid #999;
}
.hid{
	display:none;
}

#buckettarget{
	width:120px;
	height:189px;
	position:relative;
	left:425px;
	top:275px;
}
#screentarget{
	width:110px;
	height:45px;
	position:relative;
	left:2px;
	top:1px;
}
#biketubetarget{
	width:118px;
	height:23px;
	position:relative;
	top:-19px;
	left:-2px;
}
.target{
/*	border:1px solid #000;
	background-color:#999;*/
}