* {
	margin: 0;
	padding: 0;
}

ul>li {
	list-style: none;
}

.body {
	width: 100%;
}

.body .background {
	position: relative;
	width: 100%;
	height: 474px;
}

.body .background .text {
	width: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
text-align: center;
}
.body .background .text h6 {
text-align: center;
margin: 150px auto 0;

}
.body .background .text img {
margin: 0 auto;
}