			
			body 
			{
				text-align: center;
				background-color: silver;
				font-family: Verdana;
				height: 100%;
			}
			
			a
			{
				color: black;
				border:0px;
			}
			
			a.menu
			{
				text-decoration: none;
			}
			
			a:hover
			{
				font-style: oblique;
				color: orange;
			}
			
			img
			{
				border: 0px;
			}
			
			img.bordered
			{
				border: 1px solid black;
			}
			
			div#spacer
			{
				height: 75%;
			}
			
			div#main
			{
				border: 1px solid black;
				height: 550px;
				width: 750px;
				text-align: left;
				background-color: white;
				
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -375px;
				margin-top: -275px;
				
		 		background: url(bg.jpg);
		 		
		 		
			}
			
			div#menu
			{
				width: 215px;
				height: 400px;
				float: left;
				text-align: right;
				margin-top: 70px;
				font-size: 15pt;	
			}
			
			div#content
			{
				width: 425px;
				height: 400px;
				float: left;
				padding-left: 25px;
				margin-top: 70px;
				font-size: 8pt;
			}
			
			div#image
			{
				width: 90px;
				height: 350px;
				border:1px solid black;
				float: left;
				margin-right: 10px;
			}
			
			div.film
			{
				height: 85px;
				padding-bottom: 20px;
				position: relative;
			}
			
			div#footer
			{
				position: absolute;
				width: 750px;
				top: 50%;
				left: 50%;
				margin-left: -375px;
				margin-top: 285px;
				font-size: 9px;
				text-align: center;	
			}
			
			div#play
			{
				height: 550px;
				width: 750px;
				text-align: left;
				
				position: absolute;
				top: 50%;
				left: 50%;
				margin-left: -375px;
				margin-top: -275px;
				text-align: center;
			}
			
			img.filmimage
			{
				height: 85px;
				width: 150px;
				border: 1px solid black;
				float: left;
			}
			
			img.filmimage:hover
			{
				height: 85px;
				width: 150px;
				float: left;
				border: 1px solid silver;
			}
			
			div.filmdesc
			{
				height: 85px;
				width: 270px;
				float: right;
				text-align: left;
				position: absolute;
				left: 170px;
				top: 10px;
				
			}
			
			img.pic
			{
				height: 85px;
				width: 85px;
				border: 1px solid black;
				margin-bottom: 20px;
				margin-right: 19px;
				float: left;
			}
			
			img.pic:hover
			{
				height: 85px;
				width: 85px;
				border: 1px solid silver;
				margin-bottom: 20px;
				margin-right: 19px;
				float: left;
			}
						
			ul#menulist
			{
				margin-top: 0px;
				list-style-type: none;
				border-right: 1px solid black;
				padding-right: 15px;
			}
			
			p
			{
				margin-top: 15px;
			}
			
			p.first
			{
				margin-top: 0px;
			}
			
			p.justified
			{
				text-align: justify;
			}