/* CSS Document */

#games {
	position: absolute;
	background: #000 url(../img/games/bg2.jpg);
	width: 1280px;
	height: 544px;
	display: block;
	color: #999;
	top: 544px;
	left: 50%;
	margin-left: -640px;
}

	#gamesContent {
		top: 0px;
		left: 0px;
		display: block;
	}
	
		#gamesTitle {
			top: 105px;
			left: 308px;
			font-size: 40px;
			color: #fff;
		}
		
		#gamesContent #bar1 {
			display: block;
			top: 150px;
			left: 310px;
			width: 640px;
			height: 1px;
			background: rgba(205,205,205, .3);
		}
		
		#gamesContent #bar2 {
			display: block;
			top: 153px;
			left: 310px;
			width: 640px;
			height: 4px;
			background: rgba(255,255,255, .1);
		}
	#game1 {
		top: 165px;
		left: 310px;
	}
	
		#game1Img {
			top: -18px;
			left: -22px;
		}
		
		#game1Text {
			top: 0px;
			left: 270px;
			width: 370px;
			font-size: 16px;
			line-height:20px;
			color: #fff;
			height: 245px;
		}
			.game1Title {
				font-size: 20px;
			}
			

		.gamePlayBtn {
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			height: 26px;
			color: #000;
			font-size: 19px;
			line-height: 26px;
			background: url(../img/games/playBtnBg.png) top right;
			padding-left: 8px;
			padding-right: 28px;
		}
		
			.gamePlayBtn:hover {
				color: #fff;
				background-position: bottom right;
			}