body {
	margin: 0;
	font-family: Arial;
}

.bkg-img {
	background-image: url("/img/pensar-background.png");
	background-color: #000000;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
