#fg_image {
	position            : relative;
	width               :  800px;
	
}
#fg_image div.checked {
	background-color    : 
}
/*
#fg_image > input {
	width               :   76px;
	height              :   50px;
	background-color    : pink;
}
*/
.fg_image_el {
	position            : relative;
	float               : left;
	width               :   78px;
	height              :   54px;
	background-color    : #313131;
	margin              : 2px 0px 0px 2px;
}
#fg_image div.checked {
	background-color    : yellow;
}
.fg_image_el > input {
	position            : absolute;
	left                :    0px;
	bottom              :    1px;
	
}
.fg_image_el > label {
	position            : absolute;
	right               :    2px;
	top                 :    2px;
	
}

.player
	{
	position: absolute;
	z-index: 2;
	font-size: 32pt;
	color: #93CCFF;
	font-family: verdana;
	left: 675px;
	top: 52px;
	font-weight: bold;
	}

.game
	{
	position: absolute;
	z-index: 3;
	font-size: 19pt;
	color: #DBEEFF;
	font-family: verdana;
	left: 675px;
	top: 100px;
	font-weight: bold;
	}



.data
	{
	position: absolute;
	width: 500px;
	}

.intro
	{
	position: absolute;
	left: 520px;
	top: 17px;
	}
	
.stats
	{
	font-family: verdana;
	color: #70BCFF;
	font-size: 10pt;
	z-index: 1;
	}

.stats	a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.stats	a:visited
	{
	color: #B7DDFF;
	text-decoration: none;
	}

.stats	a:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

.pic
	{
	position: relative;
	left: 4px;
	top: 1px;
	}

.debug {
	display			: block;
}
.easy-reader {
	font-size		:  17pt;
	color			: yellow;
}


