/* CSS Document */
/* Leiston Film Theatre - Main CSS*/

html, body
{
height: 100%;
background-color: #000000;
margin-top: 0px;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
	}

#top {						/*this is the top banner for flash*/
	text-align: center;
	background-color: #000000;
	height: 125px;		/*updated 21/12/08*/
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left:0px;
	z-index: 3;
}
	
#container {  			/*this is the main content holder */
	width: 1000px;
	height: auto;	
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 125px;
	padding-bottom: 137px;
	background-color: #FFFFFF;
	z-index: 1;
	position: relative;
	}

#column1, #column2, #column3 /*Master column setup - see below*/
{
float:left;
}

						#column1 { /*on stage/screen plus adverts */
							background-color: #FFFFFF;
							width: 125px;
							height: auto;
							margin-top: 2px;
							margin-right: 20px;
								}
	
						#column2 { /*main content*/
							background-color: #FFFFFF;
							width: 625px;
							height: auto;
							margin-top: 2px;
							margin-right: 5px;
							}
							
						#column3 { /*on stage/screen plus adverts */
							background-color: #FFFFFF;
							text-align:center;
							width: 215px;
							height: auto;
							margin-top: 2px;
							margin-right: 5px;
							}
	
	

#bottom {
	background-color:transparent;
	text-align:center;
	height: 136px;
	width: 100%;
	position: fixed;
	margin-left:0px;
	bottom: 0px;
	z-index: 2;
}