body { 
	font-family:sans-serif;
	margin:auto; 
	width:420px; 
}

#game { 
	width:400px;
	height:400px;
}

#game .piece { 
	color:#fff; 
	display:block;
	float:left; 
	font-family:sans-serif; 
	font-size:1.2em; 
	font-weight:bold; 
	line-height:2em;
	text-align:center; 
	width:40px; 
	height:40px; 
}

#player1,
#player2 {
	float:left;
	width:420px;
}

hr {
	clear:both;
}

h2 {
	color:#999;
	margin:1em 0em 0em 0em;
	font-size:small;
}

ul.score {
	margin:0px;
	padding:0em;
	list-style:none;
}

#pieces,
#moves,
#status {
	height:20px;
	padding:10px;
	width:380px;
}

#pieces {
	background-color:#ff0;
	margin-top:40px;
}

#moves {
	background-color:#0f0;
}

#status {
	background-color:#f00;
	color:#fff;
	margin-bottom:1em;
}

#status a {
	color:#ffc;
}

#status a:hover {
	color:#fff;
}