html, body {
	width: 100%;
	height: 100%;	
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;	
}

#outer {
	width: 100%;
	height: 99%;
	overflow: hidden;
	position: relative;
	}
	
#outer[id] {
	display: table;
	position: static;
	}

#middle {
	width: 100%;
	position: absolute;
	top: 50%;
	} /* for explorer only*/
	
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	}

#inner {
	width: 100%;
	position: relative;
	top: -50%
	} /* for explorer only */
/* optional: #inner[id] {position: static;} */

table.introTable {
	background-image: url('../images/brushed_Al.jpg');
	/* background-repeat: no-repeat;
	background-position: center; */
}

td.introMovie {
	width: 607px;
	height: 273px;
	padding-left: 100px;
}

#leftBorder {
	/* border-left: 1px solid #000000; */
}

td.bestViewed {
	width: 100%;
	vertical-align: bottom;
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 5px;
}

td.introNav {
	width: 250px;
	height: 273px;
}

.seo_box, .seo_box a {
	COLOR:#030303;
		
		font-size:0.7em;
		display:block;
		overflow: hidden; 
		width: 1px; 
		height: 1px; 
	
}


.show_more_content {
	
	position:absolute;
	top:1200px;
	left:50px;
	height:300px;
	width:500px;
	COLOR:grey;
	font-size:0.8em;
	overflow:auto;
	display:none;
}
