body { 
	background-image: url('/images/bg.png'); 
	background-repeat: repeat-x; 
	background-color: #737373;
}
.logo{
	margin:5px;
	margin-bottom:20px;
}
.game {
	position:relative;
	border: none;
	background: rgb(0,0,0);
	width: 800px;
	margin:5px;
	margin-top:0px;
	margin-bottom:10px;
}
.game .img{
	border: none;
	float:left;
	margin:5px;
	width: 190px; 
	height: 120px;
}
.game .imgIP{
	border: none;
	float:right;
	margin:5px;
}
.game .panel{
	display: table-cell;
	border: none;
	float:left;
	width:595px;
	vertical-align:middle;
	height:120px;
	background: #FFFFFF;
	margin: 5px;
	margin-left:0px;
}
.game .title{
	border: none;
	background: #F9A83A;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size:24;
}
.game .desc{
	border: none;
	padding:5px;
}
.game .space{
	border: none;
	clear:both;
	height:1px;
}
.gameTitle{
	position:relative;
	border: none;
	background: rgb(0,0,0);
	width: 800px;
	margin:5px;
	margin-top:0px;
	margin-bottom:10px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size:34;
	color: #F9A83A;	
}
.gameDesc{
	font-family: arial;
	font-size:24;
	color: #000000;
	background: #FFFFFF;
	margin: 5px;
	padding:5px;	
}


