html {
	
}

body {
	margin: 0 auto;
	justify-content: center;
	background: #F8F8F8;
}

.wrapper {
	width: 100%;
}

.header {
	background: #FFFFFF;
	border-top: 2px solid #D5383F;
	border-bottom: 2px solid #D5383F;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}

.content {
	text-align: center;
	margin-bottom: 20px;
}

.content img {
	width: 100%;	
	max-width: 1000px;
}

.footer {
	background: #D5383F;
	text-align: center;
	min-height: 80px;
	padding: 15px 0;
	color: #FFFFFF;
}