header{
	position: absolute;
	top:2%;
	left:2%;
	height:10%;
	width:93%;
	background-color:#fec428;
	font-size-adjust: center;
}

aside{
	position: absolute;
	top:13%;
	left:2%;
	width:25%;
	height:75%;
	background-color:#01a6ba;
}

main {
	position: absolute;
	top:13%;
	left:30%;
	height:75%;
	width:65%;
	background-color:#ff47af;
}

footer {
	position: absolute;
	top:89%;
	left:30%;
	height:10%;
	width:65%;
	font-size-adjust: center;
}
