.game_center {
	border:2px solid #c51015;
	border-radius:5px;
	background:#f4f3f3;
}
.game_center h1 {
	background-position:0 -1046px;
	width:313px;
	height:33px;
	margin:0 auto;
	font:bold 20px Arial,Verdana;
	line-height:33px;
	color:#FFF;
	text-align:center;
}
.game_center ul {
	margin-top:30px;
	margin-left:30px;
}
.game_center ul li {
	float:left;
	/*border-right:1px solid #cfcdcd;*/
	width:300px;
	margin-bottom:40px;
}
.game_center ul li p, .game_center ul li a {
	display:block;
	width:235px;
	margin:0 auto;
}
.game_center ul li a.start {
	width:238px;
	text-align:center;
	font:bold 16px Arial,Verdana;
	color:#383838;
	background-position:-236px -1084px;
	height:47px;
	line-height:45px;
}
.game_center ul li a.start:hover {
	color:#c51015;
}
.game_center ul li p {
	font:normal 12px Arial,Verdana;
	color:#383838;
	margin:30px auto;
}