a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}
a:link {
	color:#fff;
	text-decoration: underline;
}
a:visited {
	color:#fff;
}

#header {
	width:899px;
	height:150px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#wrap {
	position:relative;
	width:899px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	margin-top:20px;
	height:211px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}
#menu{
	color:#fff;
	text-decoration:none;
	margin-left:105px;
}

#menu li{
	margin-left:5px;
	float:left;
	text-decoration:none;
	list-style-type:none;
}

#vid{
	margin-left:180px;
}

#stills{
	margin-left:-20px;
	margin-top:30px;
	background-image:url(img/stills.jpg);
	background-repeat:no-repeat;
	width:955px;
	height:138px;
}

#stills ul{
border-top:45px;	
border-left:130px;
margin-top:45px;	
margin-left:130px;


}

#stills li{
list-style-type:none;
float:left;
margin-right:10px;
}

#synopsis{
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:150px;
	margin-top:40px;
	color:#CCC;
	text-align:justify;
	line-height:150%;
	size:10px;
	font-size: 12px;
}

#media{
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:110px;
	margin-top:100px;
	margin-bottom:100px;
	color:#CCC;
	text-align:justify;
	line-height:150%;
	size:10px;
	font-size: 12px;
}


#synopsisc{
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:250px;
	margin-top:60px;
	color:#CCC;
	text-align:justify;
	line-height:150%;
	size:10px;
	font-size: 12px;
}

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearMe {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

