body {
	font-family: Verdana;
	margin: 10px 0 0 0;
}

a, a:hover {
	color: #000;
}

#status {
	position: absolute;
	left: 165px;
	top: 15px;
	width: 305px;
	padding: 5px;
	text-align: center;
	margin: 0;
}

#instructions {
	width: 480px;
	font-size: 9pt;
	text-align: center;
}

#mancala_board {
	width: 480px;
	height: 120px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 20pt;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	color: #fff;
}

#mancala_pits {
	width: 360px;
	height: 120px;
	float: left;
}

#pit_14, #pit_7 {
	background-image: url(images/bowl.jpg);
	width: 60px;
	height: 120px;
	float: left;
}

#mancala_pits div {
	background-image: url(images/pit.jpg);
	width: 60px;
	height: 60px;
	float: left;
	cursor: pointer;
}
