* {
	margin: 0;
	padding: 0;
	border: 0px solid #000;
}

body {
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 80%;
}

/* styles for IE 5 Mac */
#wrapper {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#wrapper {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -270px;
	text-align: center;
	min-width: 800px;
}
/* end IE 5 hack */

.div-home {
	margin: 0 auto;
	width: 800px;
	background: #F8F7FD url(../images/pageback-new.jpg) no-repeat left top;
	color: #000;
	height: 500px;
	display: block;
	position: relative;
}

.div-synopsis {
	margin: 0 auto;
	width: 800px;
	background: #F8F7FD url(../images/pageback-new-synopsis.jpg) no-repeat left top;
	color: #000;
	height: 500px;
	display: block;
	position: relative;
}

.div-cast {
	margin: 0 auto;
	width: 800px;
	background: #F8F7FD url(../images/pageback-new-cast.jpg) no-repeat left top;
	color: #000;
	height: 500px;
	display: block;
	position: relative;
}

.div-cast a:link,
.div-cast a:visited {
	display: block;
	width: 168px;
	height: 37px;
	text-indent: -9999px;
	outline: none;
	position: relative;
}

.div-cast a.ian:link,
.div-cast a.ian:visited {
	top: 397px;
	left: 31px;
}

* html .div-cast a.ian:link,
* html .div-cast a.ian:visited {
	left: -284px;
	top: 392px;
}

*+html .div-cast a.ian:link,
*+html .div-cast a.ian:visited {
	left: -284px;
	top: 392px;
}

* html .div-cast a.lyndsey:link,
* html .div-cast a.lyndsey:visited {
	left: -95px;
	top: 355px;
}

*+html .div-cast a.lyndsey:link,
*+html .div-cast a.lyndsey:visited {
	left: -95px;
	top: 355px;
}

* html .div-cast a.kieran:link,
* html .div-cast a.kieran:visited {
	left: 94px;
	top: 318px;
}

*+html .div-cast a.kieran:link,
*+html .div-cast a.kieran:visited {
	left: 94px;
	top: 318px;
}

* html .div-cast a.mathew:link,
* html .div-cast a.mathew:visited {
	left: 285px;
	top: 281px;
}

*+html .div-cast a.mathew:link,
*+html .div-cast a.mathew:visited {
	left: 285px;
	top: 281px;
}

.div-cast a.lyndsey:link,
.div-cast a.lyndsey:visited {
	top: 360px;
	left: 220px;
}

.div-cast a.kieran:link,
.div-cast a.kieran:visited {
	top: 323px;
	left: 409px;
}

.div-cast a.mathew:link,
.div-cast a.mathew:visited {
	top: 286px;
	left: 600px;
}

#ian-info,
#lyndsey-info,
#kieran-info,
#mathew-info {
	display: none;
	position: relative;
	margin-top: -100px;
}

#ian-info p,
#lyndsey-info p,
#kieran-info p,
#mathew-info p {
	display: none;
}

.div-trailersclips {
	margin: 0 auto;
	width: 800px;
	background: #F8F7FD url(../images/pageback-new-trailersclips.jpg) no-repeat left top;
	color: #000;
	height: 500px;
	display: block;
	position: relative;
}

.div-trailersclips .trailer {
	padding-top: 230px;
}

.div-news {
	margin: 0 auto;
	width: 800px;
	background: #F8F7FD url(../images/pageback-new-news.jpg) no-repeat left top;
	color: #000;
	height: 500px;
	display: block;
	position: relative;
}

.div-contact {
	margin: 0 auto;
	width: 800px;
	background: #F8F7FD url(../images/pageback-new-contact.jpg) no-repeat left top;
	color: #000;
	height: 500px;
	display: block;
	position: relative;
}

.content {
	padding: 10px;
	width: 280px;
	height: 218px;
	position: absolute;
	left: 15px;
	top: 245px;
	overflow: auto;
	text-indent: -9999px;
}

#clear {
	display: block;
	clear: both;
}

.nav ul {
	list-style: none;
}

.nav p {
	text-indent: -9999px;
}

.nav .home,
.nav .synopsis,
.nav .cast,
.nav .news,
.nav .trailers-clips,
.nav .contact {
	position: absolute;
	display: block;
	text-indent: -9999px;
	outline: none;
	opacity:0.4;filter:alpha(opacity=40);
	cursor: pointer;
}

.nav .home {
	left: 290px;
	top: 40px;
	width: 70px;
	height: 45px;
}

* html .nav .home, /* seems to be needed to make IE6 recognise where clickable areas are */
* html .nav .synopsis,
* html .nav .cast,
* html .nav .trailers-clips,
* html .nav .news,
* html .nav .contact,
* html .div-cast .ian,
* html .div-cast .lyndsey,
* html .div-cast .kieran,
* html .div-cast .mathew {
	background: url(../images/blank.gif);
}

.nav .home, /* seems to be needed to make IE7 recognise where clickable areas are */
.nav .synopsis,
.nav .cast,
.nav .trailers-clips,
.nav .news,
.nav .contact,
.div-cast .ian,
.div-cast .lyndsey,
.div-cast .kieran,
.div-cast .mathew {
	background: url(../images/blank.gif);
}

.nav .home:hover {
	background: url(../images/home.gif) no-repeat left top;
	cursor: pointer;
}

.nav .synopsis {
	left: 355px;
	top: 120px;
	width: 85px;
	height: 45px;
}

.nav .synopsis:hover {
	background: url(../images/synopsis.gif) no-repeat left top;
	cursor: pointer;
}

.nav .cast {
	left: 430px;
	top: 30px;
	width: 70px;
	height: 50px;
}

.nav .cast:hover {
	background: url(../images/cast.gif) no-repeat left top;
	cursor: pointer;
}

.nav .trailers-clips {
	left: 510px;
	top: 95px;
	width: 90px;
	height: 60px;
}

.nav .trailers-clips:hover {
	background: url(../images/trailersclips.gif) no-repeat left top;
	cursor: pointer;
}

.nav .news {
	left: 620px;
	top: 20px;
	width: 70px;
	height: 40px;
}

.nav .news:hover {
	background: url(../images/news.gif) no-repeat left top;
	cursor: pointer;
}

.nav .contact {
	left: 700px;
	top: 90px;
	width: 80px;
	height: 50px;
}

.nav .contact:hover {
	background: url(../images/contact.gif) no-repeat left top;
	cursor: pointer;
}

#footer {
	width: 800px;
	margin: 15px auto 10px auto;
	clear: both;
	float: none;
	display: block;
	text-align: center;
}

#footer p {
	color: #666;
	font-size: 0.8em;
}

#footer a:link,
#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #999;
	text-decoration: underline;
}

#footer img {
	margin-top: 10px;
	border: 0px solid #000;
}

.div-home,
.div-synopsis,
.div-cast,
.div-trailersclips,
.div-news,
.div-contact {
	display: none;
}

h1 {
	text-indent: -9999px;
}

a.bloglink:link,
a.bloglink:visited {
	text-indent: -9999px;
	outline: none;
	display: block;
	position: absolute;
	left: 220px;
	top: 250px;
	width: 280px;
	height: 120px;
}

.quotes {
	display: block;
	background: transparent;
	width: 350px;
	height: 130px;
	position: relative;
	left: 320px;
	top: 260px;
}

.quotes img {
	width: 350px;
	height: 130px;
}

* html .quotes,
*+html .quotes {
	margin-left: 0px;
	margin-top: 0px;
}