body {
	background: url(/img-own/sea-1920x1000.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity: 0.9;
	//filter: brightness(50%);
}

.well {
	border-radius: 15px;
}
.well-middle {
	
}