/* CSS Document */html{	height:100%;}body{	margin:0px 100px;	height:100%;	background:black url(../images/bg.jpg) fixed no-repeat;	font:normal 12px Verdana, Arial, Helvetica, sans-serif;}#main{	height:100%;	margin:0px; 	background:url(../images/sprocket.gif) repeat-y left top;}#main2{	height:100%;	margin:0px; 	width:700px;	background:url(../images/sprocket.gif) top right repeat-y;}div.middle {	margin:0px 90px;	height:340px;	background:#666666;	border-bottom:5px solid #333333;}

div.film_title{
	height:170px;
	text-align:center;
}

div.film_title h2{
	color:#999999;
}h1 {	color:#999999;	margin:0px;	font-size:70px;	font-weight:normal;}#line1{	margin-left:15%;	padding-top:30px;}#line2{	margin-left:35%;}#line3{	margin-left:55%;}div.middle h2{	margin:0px;	padding:20px;	padding-bottom:0px;}div.middle img{	margin-left:20px;	border:2px solid black;}div.middle p{	margin:0px;	padding:20px;	line-height:30px;	letter-spacing:2px;}

div.film{
	padding-top:40px;
	height:300px;
	text-align:center;
}

div.film h2{
	margin-bottom:20px;
}

div#title{
	position:relative;
}

div#title div.backTo{
	position:absolute;
	bottom:0px;
	text-align:center;
	width:520px;
}

div#title div.backTo a{
	color:#cccccc;
	text-decoration:none;
}

div#title div.backTo a:hover{
	color:white;
}