	body{
	background-color:#FFF;
	margin:0px;
	font-family:Trebuchet MS;
	}
	#board{
	margin-left:20px;
	width:635px;
	height:635px;
	background-image:url('../demo-images/board-bg-marble.jpg');
	padding-left:18px;
	padding-top:20px;
	background-repeat:no-repeat;
	}
	#header{
	margin-top:5px;
	margin-left:10px;
	width:650px;
	height:30px;
	position:relative;
	clear:both;
	color: #00F;
	}
	#hint{
	position:absolute;
	color:#00F;
	right:0px;
	top:0px;
	}
	#hint a{
	color:#00F;
	}
	#hintInner{
	color:#F00;
	}
	#gameInfo{
	font-size:1.2em;
	line-height:30px;
	color:#00F;
	font-weight:bold;
	width:400px;
	padding-left:20px;
		
	}
	#hintContainer{
	position:relative;
	clear:both;
	width:650px;
	height:25px;
	color: #F00;
	}
	#mainContainer{
	position:relative;
	margin-bottom: -50px;
	font-family: Verdana, Geneva, sans-serif;
	}
	.ChessBoardLabel{
	color:black;
	}
	div.ChessMoveIndicator{
		border:4px solid #F9F340;
		opacity:0.5;
		filter:alpha(opacity=50);

	}
	#loadingDiv{
		position:absolute;
		padding-top:5px;
		left:218px;
		top:300px;
		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;
	}
