@charset "UTF-8";

header {
	width: 100%;
	height: 150px;
	background-color: #B3EBBD;
}

article {
	width: 70%;
	height: 700px;
	background-color:#C1C1C1;
	float: right;
}

aside {
	width: 30%;
	height: 700px;
	background-color:#DB3FDB;
	float: left;
}
