html, body {
	width: 100%;
	height: 100%;
	 -apple-dashboard-region: dashboard-region(control rectangle 0px 0px 0px 0px);
}
body {
	margin: 0;
}
#ball {
	position: absolute;
	width: 100px;
	height: 100px;
	cursor: hand;
	background: url(../img/ball1.png);
	display: none;
}
#basket {
	position: absolute;
	width: 140px;
	height: 140px;
	cursor: default;
	background:  url(../img/basket.png);
	display: none;
}
#scoreTable {

	position: absolute;
	width: 300px;
	height: 175px;
	cursor: default;
	background:  url(../img/scoreTable.png);
	display: none;
}
#scoreTable img {
	position: absolute;
	top: 100px;
}
#score1 { left: 27px; }
#score2 { left: 57px; }
#score3 { left: 87px; }
#time1 {	left: 142px; }
#time2 {	left: 172px; }
#time3 {	left: 202px; }
#scoreTable button {
	position: absolute;
	top: 25px;
	font-size: 10px;
	content: "";	
	height: 28px;
	width: 28px;
	margin: 0;
	padding: 0;
	cursor: hand;
	border: none;
}
#pause { 
	right: 87px;
	background:  url(../img/bPause.png);
}
#restart { 
	right: 52px;
	background:  url(../img/bRestart.png);
}
#close {
	right: 17px; 
	background:  url(../img/bClose.png);
}
#pause:hover { background:  url(../img/bPause_hover.png); }
#restart:hover { background:  url(../img/bRestart_hover.png); }
#close:hover { background:  url(../img/bClose_hover.png); }

