#body
{
	width: 520px;
	height: 400px;
	margin-left:100px;
	margin-top:100px;
	border:2px solid #808080;
	position:relative;
	background: #f7f7f7;
}
#cpu
{
	position:absolute;
	border: 1px solid #000;
	background-color: #C70039;
	width:80px;
	height:15px;
	left:220px;
	top:20px;
	display:block;
	float:top;	
}
#ball
{
	position:absolute;
	height:10px;
	width:10px;
	border-radius:10px;
	border: 1px solid #333333;
	background-color:#BFD4DB;
	top:190px;
	left:250px;
}
#player
{
	position:absolute;
	border:1px solid #000;
	background-color: #106DE5;
	width:80px;
	height:15px;
	bottom:20px;
}
#board
{
	position:absolute;
	border:2px solid #808080;
	border-radius:10px;
	top:10px;
	left:10px;
	right:120px;
	bottom:10px;
}
#score
{
	position:absolute;
	border:2px solid #808080;
	top:50px;
	font-family: sans-serif;
	right:10px;
	height:40px;
	width:100px;
}
#speed
{
	position:absolute;
	border:2px solid #808080;
	top:150px;
	font-family:sans-serif;
	right:50px;
	height:20px;
	width:20px;
}
