/* GENERAL*/
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*LAYOUT*/

#top {
	display: block;
	width: 800px;
	height: 413px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-image:url(intro/welcome.jpg);
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	}

#top h1{
	text-indent: -9999px;
}

#bottom{
	display: block;
	width: 800px;
	height: 187px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-image:url(intro/logo.gif);

}

#design{
	display: block;
	width: 700px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -20px;
	color: #ffffff;
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#design a{
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#design a:hover {
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

#laurel {
	position: relative;
	width: 660px;
	margin: 0 auto 0 auto;
	text-align: right;
	left: 0px;
	top: -120px;
}

.click {
	height: 149px;
	width: 800px;
	display: block;
}

/*NAVIGATION*/

#navigation {
	position: absolute;
	top: -10px;
	margin: 0 0;
	padding: 0 0;
	right: 95px;
	width: 469px;
	height: 38px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	background-position: left top;
}

#navigation a:focus { outline: none; }

#nav_synopsis {
	height: 38px; 
	width: 80px;
	background: transparent url("intro/synopsis.gif") no-repeat left top;
	left: 0px;
}

#nav_cast {
	height: 38px;
	width: 42px;
	background: transparent url("intro/cast.gif") no-repeat left top;
	left: 80px;
}

#nav_crew {
	height: 38px;
	width: 42px;
	background: transparent url("intro/crew.gif") no-repeat left top;
	left: 122px;
}

#nav_music {
	height: 38px;
	width: 52px;
	background: transparent url("intro/music.gif") no-repeat left top;
	left: 164px;
}

#nav_screenings {
	height: 38px;
	width: 90px;
	background: transparent url("intro/screenings.gif") no-repeat left top;
	left: 216px;
}

#nav_press {
	height: 38px;
	width: 47px;
	background: transparent url("intro/press.gif") no-repeat left top;
	left: 306px;
}

#nav_clips {
	height: 38px;
	width: 42px;
	background: transparent url("intro/clips.gif") no-repeat left top;
	left: 353px;
}

#nav_links {
	height: 38px;
	width: 48px;
	background: transparent url("intro/link.gif") no-repeat left top;
	left: 395px;
}

#nav_contact {
	height: 38px;
	width: 68px;
	background: transparent url("intro/contact.gif") no-repeat left top;
	left: 443px;
}



#navigation a:hover {
	background-position: 0 -38px;
}

