@charset "utf-8";
/* CSS Document */

* {
	margin: 0; padding: 0; border: 0;
}
body {
	font-family: "Optima Regular", "Zapf Humanist", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	color: #fff;
	background-color: #000;
}

#wrapper {
	width: 960px;
	height: 1200px;
	margin: auto;
	overflow: hidden; 
}
	
#no_header {
	height: 3px; /*home page*/
}

#header {
	height: 285px; /*info page*/
	padding-left: 25px;
}

#trailer_header {
	height: 230px; /*trailer page*/
	padding-left: 25px;
}


#nav_info {
	width: 200px;
	float: left;
	margin: 198px 0 0 100px;
	font-size: 12px;
}

#nav_trailer {
	width: 200px;
	float: left;
	margin: 123px 0 0 100px;
	font-size: 12px;
}

#header a, #trailer_header a {
	float: left;
	text-decoration: none;
	color: #ff0;
}

#header a:hover, #trailer_header a:hover {
	color: #ff0;
}

#slideshow {
	width: 510px;
	float: left;
}


#text_area {
	width: 350px;
	float: left;
	margin-left: 35px;

}

#text_area p {
	padding-bottom: 8px;
}

#trailer {
	margin-left: 25px;
}

img.home {
	margin-left: 200px;
}

img.info {
	margin-top: 76px;
}

img.trailer {
	margin-top: 50px;
}

.floatleft {
	float: left;
}