@charset "utf-8";
.top {
	background-color: #FFFFFF;
	width: 755px;
	float: left;
	height: 110px;
}
.headbar {
	float: left;
	width: 755px;
}
.content {
	width: 755px;
	float: left;
	background-color: #FFFFCC;
	border: medium none #0000CC;
}
.container {
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}
