body {
	background: #FFF573;
}

#title {
	font-family: Courier;
	text-align: center;
}

#controls {
	float: left;
	width: 350px;
	font-family: Courier;
	text-align: center;
}

#container {
	height: 450px;
	width: 450px;
	overflow: auto;
	margin: auto 380px;
	border-radius: 10px;
	background-image: url("images/grey_wash_wall.png");
	-moz-box-shadow: 0px 0px 20px 5px #999999;
	-webkit-box-shadow: 0px 0px 20px 5px #999999;
	box-shadow: 0px 0px 20px 5px #999999;
}

.piece {
	height: 175px;
	width: 175px;
	-moz-box-shadow: 0px 0px 15px 5px #888;
	-webkit-box-shadow: 0px 0px 15px 5px #888;
	box-shadow: 0px 0px 15px 5px #888;
	border-radius: 100%;
	margin: 20px 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 175px;
	font-size: 125px;
	color: white;
	font-weight: bold;
}

.left {
	position: relative;
	float: left;
	margin-left: 25px;
	clear: left;
}

.right {
	position: relative;
	float: right;
	margin-right: 25px;
	clear: right;
}

.bottom-row {
	opacity: 0.5;
}

#red {
	color: white;
	font-weight: bold;
	background-color: red;
}

#red-op {
	color: red;
	font-weight: bold;
	border: 3px solid red;
}
	
#blue {
	color: white;
	font-weight: bold;
	background-color: blue;
}

#blue-op {
	color: blue;
	font-weight: bold;
	border: 3px solid blue;
}