body {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #5fa0d7 url(./bg.jpg) no-repeat;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	position: relative;
}
img {
	border: 0;
}

#checkoutclips {
	position: absolute;
	left: 728px;
	top: 27px;
}
#video {
	position: absolute;
	top: 105px;
	left: 710px;
	background: #000;
}
#story_desc {
	position: absolute;
	left: 728px;
	top: 602px;
}
#incinemas {
	position: absolute;
	top: 512px;
	left: 781px;
}
#visitsite {
	position: absolute;
	top: 543px;
	left: 871px;
}

/* @group nav */

#nav {
	position: absolute;
	left: 705px;
	top: 425px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;	
}
#nav li a {
	display: block;
	width: 162px;
	height: 71px;
	text-indent: -9000px;
}
#nav li a#behindthescenes {
	background: url(./btn_behindthescenes.gif) no-repeat;
}
#nav li a#joezooey {
	background: url(./btn_joezooey.gif) no-repeat;
}
#nav li a#sidnancy {
	background: url(./btn_sidnancy.gif) no-repeat;
}
#nav li.selected a#behindthescenes, #nav li.selected a#joezooey, #nav li.selected a#sidnancy {
	background-position: 0 -71px;
}

/* @end */

#footer {
	position: absolute;
	left: 200px;
	top: 749px;
	font-size: 9px;
	width: 990px;
	height: 70px;
}
#footer img {
	position: absolute;
	top: 0;
	left: 0;
}
#footer p {
	position: absolute;
	left: 146px;
	top: 0;
	width: 840px;
	margin: 0;
	padding: 0;
}