	#theGame
	{
		background-color: #f9f9e0;
		height: 425px;
		background-image: url("bgTile.gif");
		background-repeat: repeat;
	}
	
	#theFlash	
	{
		border-color: #220D02;
		border-width: 1px;
		border-style: solid;

		width: 300px;
		height: 300px;
	}
	
	#theInfo
	{
		width: 460px;
		margin: 10px auto 0px auto;
		padding: 0 0 20px 0;
		color:#614726;
		font-weight: normal;
	}
	
	#theInfo h3
	{
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		margin-top: 30px;
		width: 300px;
	}