body {
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	margin: 10px;
}

.container {
	margin: 100px auto;
	border: solid 1px #969696;
	border-radius: 10px;
	max-width: 990px;
	height: 484px;
	text-align: center;
}

header h1 {
	background-color: #969696;
	color: #fff;
	text-align: center;
	margin: 50px 0 10px 0;
	font-size: 30px;
	line-height: 60px;
	font-weight: 400;
}

header h1:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('./stop.svg');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 10px;
	left: -10px;

}

article {
	height: 220px;
}

article p {
	text-align: center;
	font-size: 24px;
	color: #969696;
	margin: 80px;
	line-height: 40px;
}

footer {
	border-top: solid 1px #969696;
	padding: 10px;
}

footer a {
	color: #969696;
	text-decoration: none;
}

footer a:hover {
	color: #696969;
}

section.logo {
	width: 200px;
	float: left;
	text-align: left;
	padding: 10px 0 0 10px;
}

section.rwinfo {
	width: 600px;
	float: left;
	border-left: solid 1px #ddd;
	font-size: 12px;
	color: #969696;
	text-align: left;
	padding-left: 20px;
}