@charset "utf-8";
/* CSS Document */

#mian-container{
	padding:10px;
	top:0px;
	height:800px;
	width:1024px;
	background-repeat:no-repeat;
	background-image: url(../images/09TCA.gif);
}

.header{
	height:60px;
	width:960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.body-container{
	height:650px;
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.body-FlashOrMainBox{
	width:960px;
	float: left;
}
.body-box-left{
	height:100px;
	width:320px;
	float: left;
}

.body-box-middle{
	height:auto;
	width:320px;
	float: left;

}

.body-box-right{
	height:100px;
	width:320px;
	float: left;

}

.footer{
	
	margin:0 auto;
	height:50px;
	width:960px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

