body {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

a {
	color: #191919;
}

h1 {
	width: 300px;
	margin: 15px auto 8px;
	font-family: "Arial", sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 45px;
	line-height: 55px;
}

.container {
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
}

.site-header {
	min-width: 550px;
	height: auto;
	margin-bottom: 150px;
	padding-top: 20px;
	background: #191919 no-repeat center url("");
	background-size: cover;
	color: #ffffff;
}

.site-header p {
	width: 255px;
	margin: 0 auto 26px;
	text-align: center;
	font-size: 15px;
	line-height: 64px; 
}

.site-header img {
	display: block;
	margin: 0 auto;
}


.advantages {
	width: 300px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.advantages-list {
	margin-bottom: 150px;
	padding: 0;
}

.site-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #191919;
	color: #ffffff;

}

.site-footer .container {
	text-align: center;
}

.site-footer p {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}