body {
	margin: 0px;
}
#main {
	margin: auto;
	width: 668px;
	overflow: hidden;
}
#banner {
	float: left;
	height: 200px;
	width: 668px;
	overflow: hidden;
	background-color: #999999;
}
#link {
	float: left;
	height: 30px;
	width: 1000px;
	overflow: hidden;
	background-color: #666633;
}

#contant {
	float: left;
	height: auto;
	width: 668px;
	overflow: hidden;
}
#contantmatter {
	float: left;
	width: 668px;
	overflow: hidden;
	height: 82px;
}

#bottam {
	float: left;
	height: 20px;
	width: 1000px;
	overflow: hidden;
	background-color: #666666;
}
