/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:url(images/cork.jpg);
}
#wrapper {
padding: 0px;
margin: 0px;
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	font-family:Futura, Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	position: relative;
}
h1 {
	font-weight: normal;
	}
#header {
	width: 792px;
	margin: 0;
	padding: 0;
	height: 374px;
}
#homepage a {
background-image:url(images/homepage.jpg);
width: 153px;
height: 248px;
	display:inline;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#homepage a:hover {
background-position: -153px 0px;
}
#animation a {
background-image:url(images/animation.jpg);
width: 168px;
height: 248px;
	display:inline;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 153px;
}
#animation a:hover {
background-position: -168px 0px;
}
#film a {
background-image:url(images/film.jpg);
width: 213px;
height: 248px;
	display:inline;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 321px;
}
#film a:hover {
background-position: -213px 0px;
}
#contact a {
background-image:url(images/contact.jpg);
width: 151px;
height: 248px;
	display:inline;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 534px;
}
#contact a:hover {
background-position: -151px 0px;
}
#other a {
background-image:url(images/other.jpg);
width: 107px;
height: 248px;
	display:inline;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 685px;
}
#other a:hover {
background-position: -107px 0px;
}
#main {
	margin: 0px;
	position: relative;
	top: 5px;
	width: 792px;
	
	background-repeat:repeat-y;
	padding: 0px 10px 10px 10px;
	}
#movieplayer {
width: 792px;
height: 650px;
	margin: 20px;
	text-align: center;
	
	background-repeat:repeat-y;
}
#actualmovie {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
}
div.hr {
	height: 15px;
	width: 589px;
	background-image:url(images/hr.gif);
	background-repeat:no-repeat;
	

}
a {
	text-decoration: none;
	color: #e1322a;
	
	}

span.subtitle {
	font-size: 14px;
}

div#trailer {
float:right;
margin-right: 10px;
}
div#email {
text-align: center;
padding-top: 100px;
}
div#email2 {
padding-top: 100px;
text-align: center;
}