body{
	background-image:url(text.txt); /* for IE6 */
	background-attachment:fixed;
	height:100%;
}
a:link{ text-decoration:none; }
a:visited{text-decoration:none;}
a:hover{ text-decoration:none;}

#topBox{height:110px; border-bottom:#999 thin solid;
	background:white;
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	_position:absolute; /* for IE6 */
	_top: 0; /* for IE6 */
	overflow:visible;
}

#topBoxMidLine{width:999px;margin:0 auto;}
#topBoxTopLine{height:24px;}
#topBoxMidLineLeft{width:350px;float:left;height:100px;}
#topBoxMidLineRight{width:600px;float:left;height:100px; text-align:left;}

.nav{ margin:30px 0 0 0 ;}
.nav span {
	margin:10px;
	float:left;
	color:#C60;
	font-weight:bold;
}
.nav span a { color:#999; font-weight:bold; text-decoration:none; }
.nav span a:link { color:#999; font-weight:bold; text-decoration:none; }
.nav span a:visited { color:#999; font-weight:bold; text-decoration:none; }
.nav span a:hover { color:#333; font-weight:bold; text-decoration:none; }


#midBox{width:100%;margin:110px 0 0 0 ; height:407px; overflow:hidden;}

#indexBox{	width:100%; height:200px;
	z-index:900;
	position:absolute;
	bottom:60px;
	_position:absolute; /* for IE6 */
	_bottom: 60px; /* for IE6 */
	overflow:visible;
	filter: alpha(opacity=80);
	opacity: 0.8;
	}

.indexBox1{width:900px; height:200px; margin:0 auto;}

.indexBoxContent{	width:250px; height:116px; margin:10px; background:white; border:4px solid #ddd; float:left; }
.indexBoxContentLeft{	width:110px; height:110px; float:left;  }
.indexBoxContentRight{ width:124px; height:108px; float:left; padding:4px 4px; overflow:hidden; font-size:12px; line-height:2em;  }

.indexBoxContentLeft span {}
.indexBoxContentRight span a:link { color:#333;}
.indexBoxContentRight span a:visited { color:#333;}
.indexBoxContentRight span a:hover { color:#c60;}


#footer{ width:100%; height:68px; background:#eee;

	z-index:800;
	position:fixed;
	bottom:0;
	left:0;
	_position:absolute; /* for IE6 */
	_bottom: 0; /* for IE6 */
	overflow:visible;
}
#footerTop{width:100%;height:24px;}
#footerMid{ width:999px; height:34px; margin:0 auto; line-height:1.5em; text-align:center; font-size:12px;}
#footerBottom{height:10px;}


.homeBigBanner{	width:100%;}