body {
	font-family: Arial
	color: #000;
	#background-image: url(../img/bbk.png);
	background-position: top center;
	background-repeat: no-repeat;
}
h1, h2 {
	font-weight: normal;
	text-align: center;
}
h1 {
	font-size: 144px;
}
h2 {
	font-size: 72px;
}
a {
	text-decoration: none !important;
	color: #000 !important;
}
footer .container {
	width: 630px;
	border-top: 1px solid #999;
	padding: 20px;
	margin: 0 auto;
	background-image: url(../img/fbk.png);
	background-position: top center;
	background-repeat: no-repeat;
}
footer i {
	margin: 5px 0;
}
.content-wrapper {
	padding: 25px;
}
.social {
	margin: 50px 0;
	font-size: 18px;
	text-align: center;
}
.center {
	text-align: center;
}
.top-100 {
	margin: 100px 0;
}
.no-br {
	white-space: nowrap;
}