html {
	margin: 0;
	min-height: 100%;
	}

body {
	background-color: #DDDDDD;
	background-image: url(../images/concerthall.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.container {
	position: relative;
	background-color: #ffffff;
	opacity: 0.85;
	margin-bottom: 100px;
	margin-top: 100px;
	border: #DDD solid 2px;
}

p {
	font-size: 16px;
}

img {
	padding-bottom: 20px;	
	border: 1px solid #DDD;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 20px;
	background-color: #456;
}