		@font-face{ font-family:'MyFontEOT'; src: url('myfont.eot'); }
		@font-face{ font-family:'Agency'; src: url('AGENCYR.TTF') format('truetype'); }

		h1 { font-family:Agency, Arial, Helvetica, sans-serf; }

		body
		{
			background-color: #FFFFFF;
		}

		.movHeader
		{
			height: 48px;
			width: 400px;
			float: left;
			position: relative;
			background-color: #FFFFFF;
		}

		.movContainer
		{
			float: left;
			position: relative;
			width: 400px;
			height: 251px;
			background-color: #FFFFFF;
			vertical-align: bottom;
		}

		.movContainer object
		{
			position: absolute;
			bottom: 0px;
		}

		.movDescription
		{
			float: left;
			position: relative;
			width: 400px;
			height: 173px;
			background-color: #FFFFFF;
			vertical-align: bottom
		}

		.borderLeft
		{
			border-left: 1px solid #000;
			width: 399px
		}

		.movContainer img.movie
		{
			position: absolute;
			bottom: 0px;
			left: 0px;
		}

		.movContainer img.logoleft
		{
			position: absolute;
			bottom: 0px;
			left: 5px;
		}

		.movContainer img.logoright
		{
			position: absolute;
			bottom: 0px;
			right: 5px;
		}

		.newline
		{
			clear: both
		}

		a.navi:hover
		{

		}

		#pvDebug
		{
			border: 1px solid red;
			width: 100px;
			height: 50px;
			position: fixed;
			display: none;
		}

		#scrollLeft
		{
			height: 100%;
			position: fixed;
			z-Index: 11;

			width: 150px;


		}

		#scrollRight
		{
			height: 100%;
			position: fixed;
			right: 0px;
			z-Index: 11;

			width: 150px;


		}

		#logo
		{
			position: fixed;
			z-Index: 10;
			top: 30px;
			left: 380px;
			border: 0px;
		}

		#moviez
		{
			position: relative;
			left: 150px;
			top: 150px;
			height: 391px;
		}

		#editorial
		{
			position: fixed;
			width: 68px;
			z-Index: 10;
			bottom: 0px;
			left: 50%;
			margin-left:-34px;
			border: 0px;
		}
		
		#editorialpage
		{
			position: fixed;
			width: 153px;
			z-Index: 0;
			top: 50px;
			left: 50%;
			margin-left:-76px;
			border: 0px;
		}
