@charset "UTF-8";
/* CSS Document */

#aboutFilmmakers a:link {text-decoration: none; color: #333333;}
#aboutFilmmakers a:visited {text-decoration: none; color: #333333;}
#aboutFilmmakers a:active {text-decoration: none; color: #333333;}
#aboutFilmmakers a:hover {text-decoration: underline; color: #333333;}


#page {
	height: 500px;
	width: 760px;
}



#header {
	
	height: 30px;
	width: 760px;
	position: absolute;
	top: 30px;
}


.headerStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}



#videoContainer {
	height: 427px;
	width: 760px;
	position: absolute;
	top: 50px;
	background-color: #000000;
}






#aboutFilmmakers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	height: 12px;
	width: 760px;
	position: absolute;
	top: 490px;
}

#shareButton {
	height: 12px;
	width: 100px;
	position: absolute;
	top: 2px;
	left: 677px;
	z-index: 100;
}
