#main {
	width:100%;
	position: absolute;
	margin:0 auto;
	background-color: #fff;
	}

#header {
	position: absolute;
	margin-top: 0px;
	margin-left:332px;
	width: 984px;
	height: 140px;
	background-color: #FFF;
	z-index: 9999;
	}
	
#search {
	position: absolute;
	margin-left: 815px;
	margin-top: 50px;
	float: right;
	width:356px;
	background: #FFF url(images/rightheader.gif) no-repeat;
	top: -45px;
	left: -209px;
}
	
#menu {
	width:980px;
	height:58px;
	position: absolute;
	margin-left: 330px;
	margin-top:137px;
	z-index: 9999;
	background: transparent url(images/menuBg.gif) repeat-x 0 0;
	}
	
#movie {
	position:absolute;
	margin-left: 329px;
	margin-top: 195px;
	width: 644px;
	background-color: #fff;
	z-index: 9997;
	}

#content {
	position:absolute;
	margin-left: 371px;
	margin-top: 195px;
	font-face: Arial;
	font-size: 10px;
	width: 550px;
	z-index: 9998;
	background-color: #fff;
	}


#footer {
	position: absolute;	
	margin-left:336px;
	width: 964px;
	height: 100px;
	color: #9b9b9b;
	font-family: "Tw Cen MT Condensed", sans-serif;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	z-index: 9999;
	}
	

/*=========================*/
