.background-image {
	background-attachment: scroll;
	background-image: url(bg_images/home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg-image-about {
	background-attachment: scroll;
	background-image: url(bg_images/about.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text{
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	padding-left: 10px;
}
.header{
	font: Gill sans ultra bold;
	font-size: 16px;
	font-style: normal;
	padding-left: 10px;
}
.subheader{
	font: gill sans;
	font-size: 14px;
	font-style: bold;
	padding-left: 10px;
}
.bg-image-cast-crew {
	background-attachment: scroll;
	background-image: url(bg_images/cast_and_crew.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg-image-trailer {
	background-attachment: scroll;
	background-image: url(bg_images/trailer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg-image-disfigured {
	background-attachment: scroll;
	background-image:url(bg_images/areyou_disfigured.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}
.bg-image-links {
	background-attachment: scroll;
	background-image: url(bg_images/links.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}
.bg-image-gallery {
	background-attachment: scroll;
	background-image: url(bg_images/gallery.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
}
