
#games_banner{
	
	position: relative;
	
	width: 100%;
	height: 310px;
	
}


#games_content{
	position: relative;
   
	width: 100%;
	height: 820px;
	
	background-color: #ffffff;
	
	
}

#games_title{
	
	position: absolute;
	top: 110px;
	left:0px;
	width: 100%;
	height: 78px;
	font-family: "BreezeSans_bold";
	font-size: 72px;
	
	color: #ff7506;
	text-align: center;
	
}


#games_1{
	position: absolute;
	top: 295px;
	left:15.36%;
	width: 69.67%;
	height: 168px;
	
	
}

#games_2{
	position: absolute;
	top: 512px;
	left:15.36%;
	width: 69.67%;
	height: 168px;
	
	
}

.games_icon{
	position: absolute; 
	top:5px; 
	left: 5px; 
	width: 153px; 
	height: 153px;
	/*border-radius: 27px;*/
	/*box-shadow: 0px 0px 10px #737475;*/
	

}

.games_name{
	position: absolute;
	top: 5px;
	left:175px;
	font-family: "BreezeSans_bold";
	font-size: 30px;
	color: #0068b7;
	margin: 0px;
	padding: 0px;

}

.games_intro{
	position: absolute;
	top: 30px;
	left:175px;
	font-family: "BreezeSans_nor";
	font-size: 18px;
	color: #6d6d6d;

}
