body{
	margin-left:100px;	
	background-image: url("wall.jpg");
}

#border{
	float:left;
	width:500px;
	height:600px;
	border:3px solid yellow;
	background-image: url("bg.jpg");
}

img{width:200px;margin-left:140px;margin-top:10px;}
button{cursor:pointer;margin-left:155px;font-size:150%;background-color:black;color:white;}

#results{
	margin-top:100px;
	padding-top:10px;
	margin-left:45px;
	width:400px;
	height:250px;
	background-color:silver;
	border-radius:20%;
	font-size:120%;
	text-align:center;
	border:2px solid yellow;
}
#right{float:right;}
#balls{width:400px;margin-right:100px;border-radius:35%;}
p{color:silver;margin-left:240px;font-size:120%}
#past{
	width:400px;
	height:280px;
	background-color:navajowhite;
	margin-left:140px;
	padding-left:20px;
	border-radius:10%;
	text-align:center;}