body {
	background-color: #060;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #eee; 
	font-size:12px;
}

a {
	color: #fff;
	text-decoration: underline;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 512px;
	background-color:#080;
	padding:1em;
}

.header {
	padding-bottom: 1em;
}

.header .title {
	font-size: 20px;
	font-weight: bold;
}

.footer {
	padding-top:1em;
}

#board {
	background-image: url('../img/board_empty.png');
	background-repeat:repeat;
	width:512px;
	height:512px;	
}

.menu {
	text-align:right;
}

#score {
	position:static;
	text-align:center;
}

.score {
	text-align:center;
}

.boardRow {
	width:512px;
	height:64px;
}

.cellButton {
	width:64px;
	height:64px;
	text-align:center;
	vertical-align:middle;
}

.blackButton {
	background-image: url('../img/black_button.png');
	z-index: 1000;
}

.whiteButton {
	background-image: url('../img/white_button.png');
}


