@charset "utf-8";
/* CSS Document */
.game {

}

.rowCont {
	width: 288px
}
.cardCont {
	width: 60px;
	float: left;
	height: 83px;
	padding: 5px;
}
.gameclear {
	clear:both;
	font-size: 1px;
	line-height: 0px;
}

.game #gameLeft {
	float: left;
	width: 288px;
}

.game #gameRight {
	float: left;
	width: 359px;
	height: 391px;
	background-image:url(images/beespeech.jpg);
}
.game #gameInfoCont {
	position: relative;
	height: 170px;
	width: 190px;
	top: 10px;
	left: 160px;
	font-size: 80%;
	
}
.game #gameInfoDiv {
	width: 190px;
	height: 155px;
	overflow-y:auto;
}
.game #gameControl {
	height:	20px;
	line-height: 20px;
}
