.fakecheck
	{
	background: url(../images/quarters.gif) no-repeat;
	height: 64px;
	width: 64px;
	display: block;
	padding: 0px;
	color: #666666;
	text-decoration: none;
	float: left;
	font-size: 1em;
	outline: none;
}

.fakecheck:hover
	{
	color:#0066FF;
	}
	
.fakechecked
	{
	background-position: left -64px
	}
	
.far-left
	{
	text-indent: -9999px;
	}

/* the following are the positions of each quarter in their piles */

/* ====== pile 1 ====== */
	
#fakeq11					/* Quarter 1 (top two) */
	{
	position: absolute;
	top: 125px;
	left: 100px;	
	}
			
#fakeq12					/* Quarter 2 (top two) */
	{
	position: absolute;
	top: 125px;
	left: 160px;	
	}

#fakeq13					/* Quarter 3 (middle one) */
	{
	position: absolute;
	top: 175px;
	left: 130px;	
	}

#fakeq14					/* Quarter 4 (bottom two) */
	{
	position: absolute;	
	top: 225px;
	left: 100px;
	}

#fakeq15					/* Quarter 5 (bottom two) */
	{
	position: absolute;	
	top: 225px;
	left: 160px;	
	}


/* ====== pile 2 ====== */

#fakeq21					/* Quarter 1 (top one) */
	{
	position: absolute;
	top: 125px;
	left: 310px;	
	}
	
#fakeq22					/* Quarter 2 (middle two) */
	{
	position: absolute;
	top: 175px;
	left: 280px;	
	}

#fakeq23					/* Quarter 3 (middle two) */
	{
	position: absolute;
	top: 175px;
	left: 340px;	
	}

#fakeq24				/* Quarter 4 (bottom one) */
	{
	position: absolute;	
	top: 225px;
	left: 310px;	
	}

/* ====== pile 3 ====== */
	
#fakeq31				/* Quarter 1 (top one) */
	{
	position: absolute;
	top: 125px;
	left: 470px;	
	}
	
#fakeq32				/* Quarter 2 (middle two) */
	{
	position: absolute;
	top: 175px;
	left: 440px;	
	}

#fakeq33				/* Quarter 2 (middle two) */
	{
	position: absolute;	
	top: 175px;
	left: 500px;	
	}
	
	/* ============= */
	
#box
	{
	width: 670px;	
	}

#copyright	
	{
	width: 500px;	
	}
	
.rightRed
	{
	margin-top: -30px;
	float: right;
	color: red;
	}

h2
	{
	font-size: 1.3em;
	color: red;	
	}
	
#rules
	{
	display:none;	
	}
	
#howtowin
	{
	display:none;	
	}			