#container{
	position:relative;
	margin:0px auto;
	width:1000px;
	height:auto;
	
}
#banner{
	float:left;
	height:auto;
	width:100%;
	font-size: xx-large;
	font-weight: bold;
	color: #00F;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#main{
	float:left;
	width:100%;
	height:auto;
	text-align: center;		
	background: url(image/loadingcse.gif) no-repeat 50% 50%;
	border: 1px solid #999;
}
