@charset "UTF-8";

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

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

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