* {
	margin: 0;
}
html, body {
	height: 100%;
	background: #000000;
}
.header {
	flex: 1 1 auto;
	height: 200px;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}
.fb-like {
	position: absolute;
	top: 10px;
	right: 10px;
}
.footer, .push {
	height: 140px;
}
.footer {
	width: 100%;
}
.social {
	width: 550px;
}

.social_icon {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
}