﻿body 
{
	margin:0px;
	padding:0px;
}

table#tblIntro td
{
	padding:4px;
	border:solid 0px red;
	vertical-align:top;
	width:100%;
	/* background-color:#e0e0d4;*/
}
table#tblIntro div
{
	font:normal 10pt arial;
	width:100%;
	/* height:24px; */
}

/* table that contains the film snippets and the posters */
table#tblLevel1
{
	width:100%;
}
/* table cell that contains movie snippets */
table#tblLevel1 td#tdSnippet1
{
	width:100%;
	/* height:10px; */
}
/* table cell that contains posters */
table#tblLevel1 td#tdPosters
{
	/* vertical-align:top; */
	width:175px; /* this is the width of the images */
	/* height:10px; */
}


