body {
	background: #C0C0C0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000;
	text-align: center;
}
img {
	border: none;
}
footer {

}


.social {
	text-align: center;
 	margin: 10px;
	margin-bottom: 10px;
}

.filminfo {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px;
}
h1 + .filminfo {
	margin-top: -20px;
}
.filmdescription {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	/* color: #383838; */
}

.awards {
	margin-top: 20px;
}


.trailer {
	text-align: center;
 	margin: 10px;
 	margin-top: 25px;
	margin-bottom: 10px;
}

.quotes {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin: 10px;
	margin-bottom: 25px;
}
blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	/* color: #383838; */
}
/*
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}
*/
blockquote cite {
	color: #6F5B0F;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
blockquote cite:before {
	content: "\2014 \2009";
}

footer {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin: 10px;
	margin-bottom: 10px;
}


footer a, footer a:hover, footer a:active {
	font-size: 18px;
	color: #000;
}