@charset "ISO-8859-1";
#ieHolder{
height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#body {
	height: 100%;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#navBar {
	height: 27px;
	width: 778px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	height: 42px;
	width: 790px;
	background-color: #FFFFFF;
}
#filmsContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	width: 790px;
	background-color: #FFFFFF;
}
#displaybox {
	z-index: 10000;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .10; /*older Mozilla*/
	-khtml-opacity: 0.9;   /*older Safari*/
	opacity: 0.9;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}
#top {
	width: 790px;
}
