section {
	background:url(backgrounds/lgrey011.jpg);
	margin-bottom: 300px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}

header,section {
	position: relative;
	z-index: 2;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 300px;
	background: #819FF7;
	z-index: 1;
}


.container {
	width: 100%;

   /*	margin: 0 auto 40px;   */
}