html, body {
	height: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	font-family: 'Open Sans', sans-sefif;
	font-size: 14px;
}

#faixa {
	position: absolute;
	width: 17%;
	right: 0;
	bottom: 0;
}

.absolute-centering.image {
	width: 80%;
	max-width: 450px;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#mc {
	position: absolute;
	width: 48%;
	padding: 0 2% 20px 0;
	left: 0;
	bottom: 0;
	text-align: right;
}

#bh {
	position: absolute;
	width: 48%;
	padding: 0 0 20px 2%;
	right: 0;
	bottom: 0;

	outline-left: 1px solid #CCC;
}