#landing_page {
		position: relative;
		top:00px;
		left:20px;
		width: 960px;
		}
		
		#landing_page span {
		position: relative;
		top:1px;
		font-size: 1.3em;
		color: #222;
		text-shadow: #F0F0F0 0px 1px 0px;
		font-weight: 100;
		}
		
		#landing_page td {
			text-align: center;
			width: 240px;
			font-size: 1.2em;
			color: #000;
			line-height: 130%;
			vertical-align: middle;
		}
			
			#landing_page td img {
				position: relative;
				border: 1px solid #858585;
			}
			
			#landing_page td div {
				position: relative;
				top:5px;
				height: 128px;
			}
		
			#showtimes {
				position: absolute;
				top:-16px;
				left:48px;
				height: 20px;
				width: 110px;
				background: URL(images/showtimes.png) no-repeat 0px 0px;
			}
			
			#enter {
				position: relative;
				margin-top: 20px;
				left:425px;
				width: 150px;
				height: 19px;
				background: URL(images/enter.png) no-repeat 0px 0px;
			}
			
			#enter:hover {
				background: URL(images/enter.png) no-repeat 0px -19px;
			}
			

#landing_page div.moreinfo {
	width: 79px;
	height:23px;
	position: relative;
	left:-5px;
	background: url(images/moreinfo.png) no-repeat 0px 0px;
	cursor: pointer;
}

	#landing_page div.moreinfo:active {
		background: url(images/moreinfo.png) no-repeat 0px -23px;
	}

#landing_page div.watchtrailer {
	width: 79px;
	height: 23px;
	position: relative;
	right:-5px;
	background: url(images/watchtrailer.png) no-repeat 0px 0px;
}

	#landing_page div.watchtrailer:active {
		background: url(images/watchtrailer.png) no-repeat 0px -23px;
	}
	



#lightsdown {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(images/lightsdown.png) 0px 0px repeat;
	z-index: 4;
}

#trailer_container {
	position: fixed;
	height: 485px;
	width: 848px;
	top:50%;
	left:50%;
	margin-top: -243px;
	margin-left: -424px;
	text-align: center;
	background: URL(images/trailer_bg.png) 0px 0px repeat-x;
	text-align: center;
	-moz-border-radius:.6ex;
		-webkit-border-radius:.6ex;
		border-radius:.6ex;
		z-index: 6;
	
}

	#trailer_title {
		position: absolute;
		width: 100%;
		text-align: center;
		top:10px;
		left:0px;
		font-size: 1.5em;
		color: #222;
		text-shadow: #F0F0F0 0px 1px 0px;
		font-weight: 100;
	}

	#trailer_close {
		position: absolute;
		top:-12px;
		left:-12px;
		height:28px;
		width:28px;
		background: url(images/close.png) 0px 0px no-repeat;
	}
	
	#playPause {
		position: absolute;
		top:6px;
		left:18px;
		height:24px;
		width:32px;
		background: url(images/play.png) 0px 0px no-repeat;
	}
	
		#playPause:active {
			background-position: 0px -24px;
		}

	#smalltrailer {
		position: absolute;
		top:6px;
		right:8px;
		height:24px;
		width:79px;
		background: url(images/small.png) 0px 0px no-repeat;
	}
		
		#smalltrailer:active {
			background-position: 0px -24px;
		}
		
	#trailer, embed, object {
		position: relative;
		margin-top: 35px;
	}


	
#moreinfo_container {
	position: absolute;
	padding: 0px;
	top: 114px;
	left:50%;
	margin-left:-190px;
	width: 380px;
	height: 421px;
	z-index: 6;
}
	#moreinfo_close {
		position: absolute;
		top:-4px;
		left:-16px;
		height:28px;
		width:28px;
		background: url(images/close.png) 0px 0px no-repeat;
		z-index: 7;
	}

	#moreinfo_container td {
		padding: 0px;
		height: 421px;
	}

	#moreinfo_container td#left {
		width: 12px;
		background: url(images/moreinfo_sides.png) 0px 0px no-repeat;
	}
	
	#moreinfo_container td#right {
		width: 12px;
		background: url(images/moreinfo_sides.png) -12px 0px no-repeat;
	}
	
	#moreinfo_container td#bg {
		width: 356px;
		background: url(images/moreinfo_bg.png) 0px 0px repeat-x;
	}
	
	
	
		#moreinfo_container td#bg div div#topbar {
			height:45px;
			width: 100%;
			font-size: 1.0em;
			position: relative;
			top:10px;
			text-align: center;
			vertical-align: middle;
			padding-bottom: 6px;
			cursor:move;
		}
		
			span#movietitle {
				display: block;
				font-size: 1.4em;
				text-shadow: #F0F0F0 0px 1px 0px;
				padding-top: 6px;
				padding-bottom: 6px;
			}
			
			#moreinfo_container td#bg div div#topbar img {
				position: relative;
				top:3px;
			}
			
		div#description {
			position: relative;
			width: 340px;
			font-size: 1.0em;
			margin-top:5px;
			padding-top: 5px;
			padding-right: 10px;
			left:8px;
			line-height: 140%;
			max-height: 313px;
			overflow: auto;
		}
		
		#moreinfo_container td#bg div div#moreinfo_links {
			position: absolute;
			bottom: 16px;
			height:24px;
			width:235px;
			left:60px;
			background: url(images/moreinfo_links.png) 0px 0px no-repeat;
		}

			#moreinfo_container td#bg div div#moreinfo_links #nytimes {
				position: absolute;
				top:0px;
				left:0px;
				height: 24px;
				width: 78px;
				cursor: pointer;
			}
			
				#moreinfo_container td#bg div div#moreinfo_links #nytimes:active {
					background: url(images/moreinfo_links.png) 0px -24px no-repeat;
				}
			
			#moreinfo_container td#bg div div#moreinfo_links #imdb {
				position: absolute;
				top:0px;
				left:78px;
				height: 24px;
				width: 78px;
				cursor: pointer;
			}
			
				#moreinfo_container td#bg div div#moreinfo_links #imdb:active {
					background: url(images/moreinfo_links.png) -78px -24px no-repeat;
				}
			
			#moreinfo_container td#bg div div#moreinfo_links #officialsite {
				position: absolute;
				top:0px;
				right:0px;
				height: 24px;
				width: 79px;
				cursor: pointer;
			}
			
				#moreinfo_container td#bg div div#moreinfo_links #officialsite:active {
					background: url(images/moreinfo_links.png) -156px -24px no-repeat;
				}