@charset "utf-8";
.header {
	float: left;
	width: 63em;
}
.maincontent {
	width: 27em;
}

.rightbox {
	float: right;
	width: 35em;
	margin: auto;
}
.container {
	height: 70em;
	width: 63em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer {
	position: relative;
	width: 63em;

}
