body {
	background: #000;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
}
#bg {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 450px;
	height: 450px;
	margin: 0 0 0 -225px;
	background: #FFF url(i/bg.png);
}
#bg div {
	position: absolute;
	width: 50px;
	height: 50px;
}
.ball0 {
	background: url(i/ball0.png) no-repeat;
}
* html .ball0 {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ball0.png', sizingMethod='crop');
}
.ball1 {
	background: url(i/ball1.png) no-repeat;
}
* html .ball1 {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ball1.png', sizingMethod='crop');
}
.ball2 {
	background: url(i/ball2.png) no-repeat;
}
* html .ball2 {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ball2.png', sizingMethod='crop');
}
.ball3 {
	background: url(i/ball3.png) no-repeat;
}
* html .ball3 {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ball3.png', sizingMethod='crop');
}
.ball4 {
	background: url(i/ball4.png) no-repeat;
}
* html .ball4 {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ball4.png', sizingMethod='crop');
}
.ball5 {
	background: url(i/ball5.png) no-repeat;
}
* html .ball5 {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ball5.png', sizingMethod='crop');
}
.ball6 {
	background: url(i/ball6.png) no-repeat;
}
* html .ball6 {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/ball6.png', sizingMethod='crop');
}

div#selection {
	background: url(i/selection.png) no-repeat;
	position: absolute;
	width: 70px;
	height: 70px;
	margin-left: -10px;
	margin-top: -13px;
	display: none;
}
* html div#selection {
	background: expression('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/selection.png', sizingMethod='crop');
}
#forecast {
	position: absolute;
	top: 10px;
	left: 50%;
	width: 180px;
	height: 60px;
	margin-left: -90px;
	background: url(i/forecast.png);
}
#ball-1, #ball-2, #ball-3 {
	position: absolute;
	width: 50px;
	height: 50px;
}
#ball-1 {
	top: 10px;
	left: 10px;
}
#ball-2 {
	top: 10px;
	left: 65px;
}
#ball-3 {
	top: 10px;
	left: 120px;
}
#record-holder, #score-holder {
	position: absolute;
	top: 80px;
	width: 200px;
	line-height: 20px;
	left: 50%;
	margin-left: -100px;
	color: #FFF;
	text-align: center;
	font-size: normal;
}
#score-holder {
	top: 110px;
}
#description {
	color: #FFF;
	margin: 610px 10px 10px 10px;
}
h1 {
	color: #FFF;
	font-size: 1.3em;
}
