body { 
	background: #252525;
	color: #999;
	font-family: arial;
	text-align: center;
	padding: 0px;
	margin: 25px 0px 0px 0px; }

.clear { 
	clear: both;
	height: 0px;
	overflow: hidden; }

img {
	border: 0px; }

a:link, a:visited {
	text-decoration: none;
	color: #999; }

a:hover {
	color: #000; }

form { 
	margin: 0px;
	padding: 0px; }

p { 
	margin: 0px;
	padding: 0px 0px 10px 0px; }

h1 { 
	float: left;
	font-size: 28.5pt;
	margin: -5px 0px 0px 0px;
	padding: 0px; }
		
	h1 span.trade { 
		float: right;
		display: block;
		margin-top: -32px;
		font-size: 9.5pt;  }

#top { 
	text-align: left;
	width: 912px;
	margin: 0px auto;
	height: 36px; }
	
#logo { 
	float: left;
	display: block; }
	
	#logo a { 
		background: url(../images/logo_overlay.gif);
		display: block;
		width: 153px;
		height: 28px; }
		
	#logo span { 
		position: absolute;
		left: 0px;
		top: -5000px; }

#main {
	position: relative;
	margin: 20px 0px 30px 0px; }

#grid { 
	background: #999 url(../images/grid.gif);
	overflow: hidden;
	height: 418px; }

#court { 
	text-align: left;
	width: 910px;
	margin: 0px auto;
	position: relative;
	height: 418px; }

#bttm {
	color: #fff;
	position: relative;
	width: 912px;
	margin: 0px auto; }
	
	#bttm a {
		color: #fff; }

#copyright { 
	font-size: 11.5pt;
	text-align: left; }
	
	#copyright span.pipe {
		padding: 0px 5px 0px 5px; }
	
#score { 
	display: none;
	cursor: default;
	height: 27px;
	font-size: 20.1pt;
	margin: 2px -12px 0px 0px;
	float: right; }
	
	#score span {
		display: block;
		float: left;
		padding: 2px 10px 0px 10px; }
	
	#score .pipe {
		margin: 0px -3px 0px -3px;
		padding: 0px; }
		
#hint { 
	font-size: 9.1pt;
	color: #aaa;
	padding: 12px 15px 0px 0px;
	float: right; }

.paddle { 
	position: absolute;
	left: 23px;
	top: 60px;
	overflow: hidden;
	background: url(../images/paddle.gif);
	width: 26px; 
	height: 128px; }

.ball { 
	cursor: default;
	color: #aaa;
	font-size: 14.5pt;
	position: absolute;
	left: 123px;
	top: 60px;
	overflow: hidden;
	background: url(../images/ball.gif);
	width: 34px; 
	height: 34px;
	line-height: 34px;
	text-align: center; }

#overlay { 
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 418px;
	background: #000;
	opacity: .85;
	filter: alpha(opacity=85); }

#finished { 
	text-align: center;
	font-size: 10.5pt;
	line-height: 15px;
	position: absolute;
	top: -320px;
	left: 0px;
	right: 0px;
	z-index: 3;
	color: #fff; }
	
	#finished p {
		padding-bottom: 15px; }

#welcome { 
	width: 330px;
	font-size: 9.1pt;
	line-height: 17px;
	text-align: left;
	position: absolute;
	left: 89px;
	top: -327px;
	z-index: 3;
	color: #fff; }

	#welcome form {
		padding-bottom: 14px; }

	#welcome input.username { 
		float: left; 
		margin: 0px;
		background: none;
		border: 1px solid #fff;
		color: #fff;
		font-family: arial;
		font-size: 12.5pt;
		height: 27px;
		width: 190px;
		margin: 0px 16px 0px 0px;
		padding: 6px 3px 0px 7px; }
		
	#welcome input.button { 
		float: left; }