body {
	background-color: white; /* was gray;*/
	margin: initial;

	color: #404040;
	font-family: Ubuntu, Tahoma, Helvetica, sans-serif
}

#header {
	border-bottom: 3px solid rgba(100,100,100,0.35);
	background: #e2e2e2;
	padding: 6px 24px 6px;
}

#header h1 {
	display: inline-block;
	margin: initial;
}

#resultsArea {
	float: left;
	position: absolute;
	/*bottom: 0px;*/
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 10px;
	background-color: white;
	box-shadow: inset 0px 0px 5px black;
}

.imageArea {
	float: left;
	position: relative;
	width: 75%;
}

.sliderArea {
	float: left;
	position: relative;
	width: 20%;
}

.cinemaImage {
	float: left;
	position: relative;
	/*width: 22%;*/
	padding: 2px;
}