a { 
	color: #5a45ae; 
	text-decoration: none; 
	}

a:hover { 
	color: #7358de; 
	}

#header { 
	background: url(top.jpg) no-repeat center top; 
	width: 970px;
	height: 220px;
	display: block;
	margin-top: 15px; 
	margin-left: 17px;
	position: absolute;
	z-index: 2000px;
	
	text-align: right;
	
	}
	
#header  span {
	color: #fff;
	font-size: 32px;
	padding-top: 100px;
	padding-right: 20px;
	display: block;
	position: relative;
	
}

#main {
	width: 970px;
	margin-left: 17px; 
	
	}
	
#main .text {
	float: left;
	display: inline;
	width: 670px;
	margin-left: 35px;
	margin-top: 20px;
}
 
#foot {
	margin-left: 17px;
	width: 970px;
	height: 49px;
	text-align: center;
	background: url(foot.jpg) repeat-y left top;
}
#foot .data {
	clear: both;
	padding-top: 20px;
	font-size: 13px;
	color: #2c2925;

}
 


	

