			#playarea {
				background-color: black;
				position: absolute;
				width: 640px;
				height: 480px;
				left: 50%;
				top: 50%;
				margin-left: -320px;
				margin-top: -240px;
				border: 1px solid black;
				cursor: url(blank.cur), auto;
			}
			#ball {
				position: absolute;
				background-color: white;
				height: 24px;
				width: 24px;
				font-size: 1px;
				left: 1px;
				top: 1px;
			}
			#paddle {
				position: absolute;
				background-color: white;
				height: 24px;
				width: 100px;
				top: 400px;
				left: 270px;
				font-size: 1px;
			}
			#scorearea {
				color: white;
				font-weight: bold;
				font-family: Courier New;
				font-size: 10pt;
				position: absolute;
				height: 24px;
				top: 425px;
				left: 0px;
			}
