.outer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: url('/images/beach.jpg') no-repeat bottom center;
	background-size: cover !important;	
}

.content-area {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	padding: 20px;
}
.details {
	background: rgba(255, 255, 255, 0.9);
	
}

