@charset "utf-8";
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.top {
	float: left;
	height: 160px;
	width: 800px;
}
.sub {
	float: left;
	height: 27px;
	width: 800px;
	color: #FFFFFF;
	padding-top: 6px;
}
.nav {
	float: left;
	height: 65px;
	width: 800px;
}
.content {
	float: left;
	width: 800px;
	background-color: #CECEFF;
}
.footer {
	clear: both;
	float: left;
	height: 27px;
	width: 800px;
	background-color: #6177EE;
	padding-top: 8px;
}

