body {
	background-color: #F5F5F5;
}
h1 {
	color: rgb(147,147,147);
	font-size: 3rem;
}
h2 {
	color: #ccc;
	font-size: 110%;
	margin-top: 15px;
}
p {
	color: #999;
	margin-bottom: 0rem;
}
.well {
	margin-top:  85px;
}
div.background {
	position: relative;
	padding-top: 250px;
	padding-bottom: 150px;
}
div.background::after {
	content: "";
	background-image: url('paligo.png');
	background-repeat: no-repeat;
	background-position: left 8%;
	background-size: 100px;
	opacity: 0.4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
