@charset "utf-8";
.header {
	background-color: #2211F9;
	background-position: center center;
	height: 160px;
	margin-bottom: 0px;
}
.main {
	float: center;
	width: 64%;
	margin-bottom: 25px;
}
.sidebar {
	background-color: #6A9AFB;
	float: right;
	width: 33%;
	margin-bottom: 25px;
	border-width: 1px;
	border-style: solid;
}
