/* support landing template - jmj 6/15/2010 */


div#movie_landing {
			position: relative;
			width: 900px;
			height: 500px; 
			background-color: #fff;
			}
			div#movie_landing h1 {
				position: relative;
				top: 106px; 
				left: 19px;
				display: inline;
				padding: 31px 61px 0 0;
				color: #fff;
				font-size: 3.5em;
				line-height: 1.1em;				
				background: transparent url(../../images/backgrounds/starburst.png) right no-repeat; /* IE 6 EDIT */
				}
			div#movie_landing ul.nav {
				position: absolute;
				left: 0px;
				bottom: 29px;
				height: 30px;
				overflow: hidden;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #fff;
				}
				div#movie_landing ul.nav li {
					float: left;
					border-right: 1px solid #fff;
					}
				div#movie_landing ul.nav li.last {
					border-right: none;
					}
					
	div#directlink {
		background-image: none;
	}
