* {
	margin:0;
	/*padding:0;
	/*background:#A5B1B6;*/
}
header {
	 background:#4582A8;
}
header div img{
	width:100%;
	height:auto;
}
header, section{
	width:90%;
	color:#F40202;
	margin:auto;
	max-width:1000px;
}

body {
	background:#686060;
}

article {
	width:60%;
	background:#fff;
	color:#720404;
	float:left;
	Box-sizing:border-box;
	padding:10px;
	min-height:300px;
	
	
}

aside {
	float:left;
	width:40%;
	background:#fff;
	min-height:300px;
}
footer {
	width:90%;
	color:#fff;
	padding:20px;
	/*overflow:hidden;*/
	text-align:center;
	background:#000;
	clear:both;
	margin:auto;
	Box-sizing:border-box;
	font-size:8px;
	
	
}

a{
	color:#11811A;
	text-decoration:none;
}