@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #040404;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#logo {
	background: url(/images/logo.png);
	height: 107px;
	width: 699px;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 10px;
}
#logo h1 { display: none; }
#body {
	background: url(/images/web-illustration.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid white;
	text-align:left;
	width: 1024px;
	height: 533px;
	position:relative;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.box-left-about, .box-left-news, .box-left-films, .box-left-films-details {
	opacity: .65;
	filter: alpha(opacity=65);
	position: absolute;
	top: 20px;
	left: 160px;
	background:black;
	width: 375px;
	height: 496px;
	z-index:1;
}
.text-left-about, .text-left-news, .text-left-films, .text-left-films-details {
	position: absolute;
	top: 20px;
	left: 160px;
	width: 355px;
	padding: 10px;
	z-index: 100;
	height: 476px;
	overflow: auto;
}
.box-left-films-details, .text-left-films-details {
	left: 17px;
	width: 350px;
}
.text-left-films-details {
	width: 330px;
}
.box-left-films, .box-left-news {
	width: 715px;
}
.text-left-films, .text-left-news {
	width: 695px;
	overflow: hidden;
}
.text-left-films h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.text-left-films ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.text-left-films ul li a {
	text-decoration: none;
display: block;
}
.text-left-films ul li a img {
	vertical-align: middle;
}
.text-left-films ul li a h3{
	display: inline;
	line-height: 150px;
	vertical-align: middle;
	padding: 0; 
	margin: 0;
	padding-left: 10px;
}
.text-left-films ul li a:hover {
	background: #222;
}
#peter-john-picture {
	position: absolute;
	top: 20px;
	right: 157px;
}
.movie {
	position: absolute;
	top: 20px;
	right: 17px;
}
.nav {
	font-size: 14px;
	font-weight:bold;
	margin: 5px 0 5px 0;
}
.copyright {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.email {
	position: absolute;
	top: 0px;
	right: 0px;
}
