/****** 首頁 ******/
#divGoNews {
	position: absolute; left: 0; top: 0;
	width: 691px; height: 290px;
	background-image:url('../images/GoNews-bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
	#divGoNews div {
		margin: 40px 5px 20px 5px;
		width: 681px; height: 230px; overflow: hidden;
	}
#divfb {
	position: absolute; left: 700px; top: 32px;

	background-repeat: no-repeat;
	background-position: center top;
}
#divGoHard {
	position: absolute; left: 0; top: 290px;
	width: 327px; height: 259px;
	background-image:url('../images/GoHard-bg.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
	#divGoHard div {
		margin: 40px 5px 20px 5px;
		width: 317px; height: 199px; overflow: hidden;
	}
#divGoSoft {
	position: absolute; left: 340px; top: 290px;
	width: 354px; height: 259px;
	background-image:url('../images/GoSoft-bg.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
	#divGoSoft div {
		margin: 40px 5px 20px 5px;
		width: 344px; height: 199px; overflow: hidden;
	}
#divGoRanking {
	position: absolute; left: 0; top: 549px;
	width: 690px; height: 415px;
	background-image:url('../images/GoRanking-bg.gif');
	background-repeat: no-repeat;
	background-position: center top;
}
	#divGoRankingNew {
		position: absolute; left: 350px; top: 10px;
	}
	#divGoRankingHot {
		position: absolute; left: 500px; top: 10px;
	}
	#divGoRanking ul {
		position: absolute; left: 0; top: 40px;
		margin: 0; padding: 0;
		width: 680px; height: 363px; overflow: hidden;
		list-style-type: none;
	}
	#divGoRanking ul li {
		float:left;
		position: relative;
		width: 335px; height:90px; overflow: hidden;
		border-bottom: 1px solid rgb(193,193,193);
	}
	#divGoRanking ul li div.pdtImg {
		position: absolute; top: 0; left: 0;
	}
	#divGoRanking ul li div.pdtName {
		position: absolute; top: 2px; left: 75px;
		width: 250px; height: 15px; overflow: hidden;
		color: rgb(68,168,227);
		font-size: 12px; line-height: 1.2; font-family: 'Verdana';
		font-weight: bold;
	}
	#divGoRanking ul li div.pdtName a {
		text-decoration: none;
		color: rgb(68,168,227);
	}
	#divGoRanking ul li div.pdtName a:hover {
		text-decoration: underline;
		color: rgb(68,168,227);
	}
	#divGoRanking ul li div.pdtDesc {
		position: absolute; top: 20px; left: 75px;
		width: 250px; height: 45px; overflow: hidden;
		color: rgb(104,104,104);
		font-size: 12px; line-height: 1.2; font-family: 'Verdana';
	}
	#divGoRanking ul li div.pdtDesc a {
		text-decoration: none;
		color: rgb(104,104,104);
	}
	#divGoRanking ul li div.pdtDesc a:hover {
		text-decoration: none;
		color: rgb(104,104,104);
	}
	#divGoRanking ul li div.pdtRank {
		position: absolute; bottom: 2px; left: 75px;
		color: rgb(104,104,104);
		font-size: 12px; line-height: 1.2; font-family: 'Verdana';
	}

#divCommunity {
	position: absolute; left: 0; top: 970px;
	width: 693px; height: 300px;
	background-image:url('../images/bbs1.gif');
	background-repeat: repeat-y;
}
	#divCommunity ul {
		position: relative; left: 5px; top: 0;
		margin: 0; padding: 0;
		width: 680px; height: 245px; overflow: hidden;
		list-style-type: none;
	}
	#divCommunity ul li {
		float:left;
		position: relative;
		width: 335px; height:60px; overflow: hidden;
	}
	#divCommunity ul li div.bbsImg {
		position: absolute; top: 0; left: 0;
		width: 55px; height: 60px; overflow: hidden;
		color: rgb(104,104,104);
		font-size: 12px; line-height: 1.2; font-family: 'Verdana';
		text-align: center;
	}
		#divCommunity ul li div.bbsImg img {
			border: 1px solid black;
		}
	#divCommunity ul li div.bbsTime {
		position: absolute; top: 2px; left: 60px;
		width: 270px; height: 12px; overflow: hidden;
		color: rgb(104,104,104);
		font-size: 9px; line-height: 1.2; font-family: 'Verdana';
	}
	#divCommunity ul li div.bbsSubject {
		position: absolute; top: 14px; left: 60px;
		width: 270px; height: 40px; overflow: hidden;
		color: rgb(68,160,227);
		font-size: 15px; line-height: 1.2; font-family: 'Verdana';
	}
	#divCommunity ul li div.bbsSubject a {
		color: rgb(68,160,227);
		text-decoration: none;
	}
	#divCommunity ul li div.bbsSubject a:hover {
		color: rgb(68,160,227);
		text-decoration: underline;
	}
/****** 首頁 End ******/