body{
	margin-top: 4em;
}
p {
	text-indent: 50px;
}

.well{
	margin-top: 2em;
	padding-top: 0px;
	background-color: rgba(236, 240, 241, 0.9);
	z-index: 1000;
}

.well:hover{
	background-color: rgba(236, 240, 241, 0.95);
}

.img{
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #A0A0A0;
}

#background{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1000;
	margin: 0px;
}
