#leftCol {
	float:left;
	width:966px;
	/*padding-top:46px;
	background:url(../images/headers/home.jpg) no-repeat top left;*/
}
	#leftColContent {
		float:left;
		width:754px;
		padding:10px 0 0 40px;
		
	}
.game {
	padding:14px 0 16px 0;
	text-align:center;
	hieght:400px;
	background:url(../images/gamesBG.gif) no-repeat center;
	
}
	.gamesButtons, .gamesButton {
		padding:10px 0 50px 0;
		margin-left:auto;
		margin-right:auto;
	}
	.gamesButtons {
		width:423px;
	}
	.gamesButton {
		width:180px;
	}
	.moreGames {
		background:url(../images/games/moreGamesNorm.gif) no-repeat center;
		text-align:center;
		float:left;
		margin:1px;
		display:block;
		
	}
		 .moreGames a {
		 	width:178px;
			height:29px;
			display:block;
			margin-left:auto;
			margin-right:auto;
		 }
			 .moreGames a strong {
				position:absolute;
				left:-9999px;
			 }
		 .moreGames a:hover {
		 	background:url(../images/games/moreGamesOver.gif);
		 }
	.tellafriend {
		text-align:center;
		background:url(../images/games/TellAFriendNorm.gif) no-repeat center;
		float:left;
		margin:1px;
		display:block;
		
	}
		 .tellafriend a {
		 	width:121px;
			height:29px;
			display:block;
			margin-left:auto;
			margin-right:auto;
		 }
			 .tellafriend a strong {
				position:absolute;
				left:-9999px;
			 }
		 .tellafriend a:hover {
		 	background:url(../images/games/TellAFriendOver.gif);
		 }
	.playagain {
		text-align:center;
		background:url(../images/games/PlayAgainNorm.gif) no-repeat center;
		float:left;
		margin:1px;
		display:block;
		
	}
		 .playagain a {
		 	width:118px;
			height:29px;
			display:block;
			margin-left:auto;
	margin-right:auto;
		 }
			 .playagain a strong {
				position:absolute;
				left:-9999px;
			 }
		 .playagain a:hover {
		 	background:url(../images/games/PlayAgainOver.gif);
		 }
