body {
	margin: 0px;
	font-size:64%;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	background-image: url('../gameImages/cj_checks.jpg');
	background-repeat: repeat-x;
	background-color: #000;
	text-align: left;
}

img{
	border: none;	
}

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

a:hover{
	color: #FA9D35;
}

#mainBorder{
	padding: 2px 2px 2px 2px;
	width: 334px;
	border: 1px solid #383838;
	background-color: #000000;
	
	
}
#mainBox{
	font-size: 1.2em;
	width: 334px;
	background-color: #141414;
	padding: 2px 0px 0px 0px;
}

#fenContainer{
	width: 326px;
	
	margin: 2px 2px 2px 2px;
	padding: 16px 0px 0px 0px;
	background-image: url('../gameImages/board_background.jpg');
	background-repeat: no-repeat;
}

#ftr{
	width: 334px;
	height: 38px;
	padding: 0px 0px 0px 0px;
	background-image: url('../gameImages/game_footer.jpg');
	background-repeat: repeat-x;
}

.chessjamBtn a{
	height: 28px;
	padding: 12px 26px 0px 46px;
	vertical-align: middle;
	background-image: url('../gameImages/chessjam_icon.png');
	background-repeat: no-repeat;
	
	float: left;
	display: block;
	border-right: 1px solid #000;
}

.socialList{
	padding: 5px 5px 0px 0px;
	float: right;
	
}

.socialList a{
	padding: 0px 5px 0px 0px;
	float: right;
	
}

.fenTitle{
	text-align: center;
	color: #ffffff;	
}

.pgnInfo{
	width: 180px;
	text-align:left;
	color: #ffffff;	
}

.pngMoves{
	width: 300px;
	text-align:left;
	color: #ffffff;	
}

.copyRights{
	padding: 4px 0px 0px 10px;
	text-align: left;
	color: #454545;
	width: 334px;
}

.clearFloat{
	clear: both;
	
}


