body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	background: #eee;
	margin: 0px;
	display: table;
	width: 100%;
	height: 100%;
}
a {
	color: #8f8f8f;
}

header {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: 400;
	background: #fff;
	height: 100px;
	border-bottom: 3px solid #E4E4E4;
	padding-top: 1rem;
}
header .header {
	max-width: 60rem;
	margin: auto;
}
header .language {
	float: right;
}

article {
	margin-top: 40px;
	height: auto;
}

article .main {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	color: #707070;
	max-width: 60rem;
	min-height: 5.625rem;
	margin: auto auto 150px auto;
	padding: 10px;
}

footer {
	background: #292929;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .025em;
	color: #616161;
	text-align: left;
	padding: 20px 0 0 0;
	border-top: 3px solid #cc1f2f;
	margin: 40px 0 0 0;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;

}
footer .footer {
	max-width: 60rem;
	margin: auto;
	height: 100px;
}