#container
{
	padding: 10px 5px 10px 10px;
}

/* ---- GAME PLAY BOX ------ */

#playBox{
/*	float: left;*/
	margin-top: 0px;
	width: 702px;	
}


#playBox .content{
	text-align: center;
	background-color: #fff;	
	padding: 10px 0px 10px 0px; /* center page in firefox*/
	background: url(../images/tile1.jpg);	
}

#playBox p{
  color:#fff;
}

#playBox a{
  color:#fff;
}

/* ---- GAME DESCRIPTION BOX ------ */
#gameDescriptionBox{
	float:left;
	margin-top: 5px;
	width: 341px;	
}

#gameDescriptionBox .content{
	background-color:#000;
	display:block;
	height: 151px;
}


/* ---- TOP SCORES BOX ------ */

#topScoresBox{
	float:right;
	width:342px;
	Xwidth: expression('336px'); /* if IE */
	margin-top: 5px;
	margin-right: 2px;

}

#flash_topscores{height:152px;}


