/* global */
body {background-color:#fff; margin:0px 0px; font-family:Arial, Helvetica, Sans-Serif; background:url(/images/bg.jpg) repeat-x top; font-size:12px;}
form {margin:0;}
img {border:none;}
a:link, a:active, a:visited {text-decoration:underline; color:#000;}
a:hover {text-decoration:none; color:#000;}

.text1 {font-size:12px; padding:5px 0px 20px 0px; color:#555; cursor:hand; cursor:pointer;}
.text2 {font-size:18px; padding:15px 0px 0px 0px; color:#000; font-weight:bold; cursor:hand; cursor:pointer;}
.foot {text-align:center; font-size:14px; color:#555; color:#081376; padding:0px 0px 20px 0px; }
.line, div div{cursor:hand; cursor:pointer;}

.clr {clear:both;}

.game { 
	float: left;
	width: 322px;
	height: 398px;
	overflow: hidden;
	background: url(/i/index_game_bg.jpg) 0px 0px no-repeat;	
	background-color: #020a4a;	
	margin: 3px;
 }
 
 .game img {
	 	float: left;
	 	width:300px;
		height: 225px;
	 	border: solid 2px #fff;
		margin: 8px;
		margin-bottom: 5px;
 }
 
 .game h2 {
 	font-family: Arial, Helvetica, sans-serif;
	color: #ffea00;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
 }
 
 .game .text {
	margin-left: 8px;
	margin-right: 8px;	
 
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: bold;	 
 }

