#Main {
	background-color: #230700;
	width: 983px;
	margin: auto;
	padding-right: 7px;
	padding-left: 10px;
}

#Main #Right {
	float: right;
	width: 753px;
}
#Main #Right #Banner{
	background-image: url(Index_Banner.png);
	height: 268px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 5px;
	padding: 3px;
}
#Main #Right #GamesItem{
	background-image: url(Index_GamesBg.png);
	height: 475px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 5px;
	padding-top: 50px;
	padding-left: 5px;
}
#Main #Right #GamesItem img {
	margin-right: 2px;
	margin-left: 2px;
}
#Main #Right #GamesItem #Ad {
	clear: both;
}
#TextBox {
	background-color: #230700;
	background-image: url(TextBox.png);
	height: 115px;
	width: 960px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-top: 5px;
	line-height: 25px;
	padding-bottom: 0px;
	margin: auto;
	overflow: hidden;
}

