
	body{
		margin:0px;
	}
	
	#board{
		margin-left:20px;
		width:560px;
		height:560px;
		background-image:url('../demo-images/board-bg-medium-wood-600.jpg');
		padding-left:37px;
		padding-top:37px;
		background-repeat:no-repeat;
		
	}	


div.ChessBoard60{ /* Chess board for 60x60 pixel squares - total size of board including labels around the board (A-H,1-8) */ 
	width:490px;
	height:510px;
	padding:0px;

}

div.ChessBoardInner60{
	border:3px solid #352f23;

}

	#header{
		margin-top:5px;
		margin-left:10px;
		width:560px;
		height:30px;
		position:relative;	
		clear:both;
	}




/* added from wood-3 */
	#hint{	
		position:absolute;
		color:#999999;
		right:20px;
		top:0px;
	}
	#hint a{
		color:#666666;
	}
	#hintInner{
		color:#666666;
	}
	#gameInfo{
		font-size:1.2em;
		line-height:30px;
		color:#000;
		font-weight:bold;
		width:400px;
		padding-left:20px;
		
	}
	#hintContainer{
		position:relative;
		clear:both;
		width:600px;
		height:25px;
	}
		#mainContainer{
		position:relative;
	}
	.ChessBoardLabel{
		color:#EBDFB5;
	}
	div.ChessMoveIndicator{
		border:4px solid #F9F340;
		opacity:0.5;
		filter:alpha(opacity=50);

	}
		#loadingDiv{
		position:absolute;
		padding-top:5px;
		left:174px;
		top:291px;
		width:250px;
		height:80px;
		text-align:center;
		border:1px solid #000;
		background-color:#FFF;
		z-index:100000;
		line-height:45px;
		font-size:0.9em;

	}
	#loadingDiv div{
		height:30px;
	}