html {height:100%;}

body {
	min-height: 100%; height: 100%;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	/* background:url(img/bg.jpg) bottom right no-repeat fixed; */
	background:#666666;
	line-height:1.5;
	}
	
strong {
	margin:0;
	padding:0;
	}	

h2 {
	font-size:18px;
	margin:0 0 12px 0;
	text-align:center;
	}
	
h1 {
	font-size:24px;
	}

#header {
	text-align:center;
	width:100%;
	height:36px;
	background-color:#2e2c2a;
	}
	
#header_middle {
	margin:0 auto;
	width:840px;
	text-align:left;
	}	

#header #navi a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	margin: 14px 20px 0 0;
	}		

#header #navi a:hover {
	color:#CCCCCC;
	}
	
#intro {
	z-index:0;
	position:absolute;
	top:50px;
	left:50px;
	}

#left_outer{
	min-width:300px; width:38%; height:100%; float:left; background:#666666;
	}
	
#left {
	width:300px; height:100%; float:right; padding:0 20px; text-align:justify; background:#758cbc;
	}
	
#right_outer {
	min-width:560px; width:560px; height:100%; float:left; background:#FFFFFF;
	}
	
#right {
	width:500px; height:100%; float:left; padding:0 0 0 30px; text-align:justify;
	}
	
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
#logos {
	width:300px;
	z-index:1;
	position:relative;
	top:-200px;
	}
	
#right h1 {
	margin:0 0 32px 0;
	font-size:32px;
	}

#right h2 {
	margin:12px 0 8px 0;
	font-size:18px;
	}
	
#right h3 {
	margin:12px 0 6px 0;
	font-size:13px;
	}
	
#theater_listings {
	text-align:left;
	position:relative;
	top:30px;
	left:-40px;
	margin-bottom:-64px;
	height:64px;
	}
	
#signup {
	width:300px;
	text-align:right;
	}
	
#signup input {
	width:180px;
	}
	
#form_location select {
	width:300px;
	}
