.well-block {
    background-color: #fff;
    border-left: 1px solid #e9e6e8;
    border-right: 1px solid #e9e6e8;
    border-bottom: 1px solid #e9e6e8;
    padding: 10px 40px 70px 40px;
    
}
.well-block2 {
    background-color: #fff;
    border: 0px solid #e9e6e8;
    padding: 40px;
}

.well-title {
    margin-bottom: 20px;
}

body {
	background-image: url('img/top.jpg');
	/*background-size: cover;*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 200px;
	
}