/* CSS Document */

body {
	color:				#CCCCCC;
}

body > table {
	width:				85%;
	margin-left:		auto;
	margin-right:		auto;
}

th.filmtitle {
	font-family:		Tahoma;
	font-size:			13px;
	text-align:			left;
}

th > em {
	font-size:			11px;
}

td.pic {
	width: 				150px;
	height:				150px;
	background-color:	#006600;
}

*.filminfo {
	vertical-align:		top;
	background-color:	#006600;
}

*.filmdescription	{
}

*.filmfacts	{
	width:				25%;
	border-color:		#000000;
	border-width:		2px;
}

body > table > tr > th	{
	text-align:			center;
	font-size:			20px;
}