*{
	margin: 0;
	padding: 0;
	}
	
html{
	min-height: 100%;
	margin-bottom: 1px;
	background: #000000;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	}
	
#wrapper { 
	margin: 0 auto;
	width: 900px;
	}
	
#header {
	width: 900px;
	line-height: 0;
	font-size: 0;
 	}
	
#content{ 
	width: 900px;
	color: #FFFFFF;
	text-align: left;
	}

#rotator{
	border-top: 1px solid black;
	background: url(rotator.php) no-repeat ;
	width: 900px;
	height: 408px;
	}
	
#footer{ 
	width: 900px;
	color: #47b1d6;
	font-size: 14px;
	font-weight: bolder;
	}

img{
	border: none;
	}

.buttons a img{
	padding-left: 30px;
	display: block;
	}
	
#footer ul{
	float:left;
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding-left: 170px;
	}

#footer li{
	display: inline;
	margin: 0px;
	padding: 0;
	line-height: 150%;
	}

#footer li a:link, #footer li a:visited {
	text-decoration: none;
	color: #47b1d6;
	}

#footer li a:hover {
	color: #FFFFFF;
	}

.filmmakers{
	padding-left: 115px;
	margin-top: 20px;
	}

.filmmakers p{
	margin-bottom: 10px;
	}
	
.filmmakers a:link{
	color: #47b1d6;
	}

.filmmakers a:visited{
	color: #47b1d6;
	}

.cast img{
	margin-bottom: 78px;
	}

.story{
	width: 450px;
	margin-left: 360px;
	line-height: 170%;
	}
	
.story p{
	margin-bottom: 15px;
	font-size: 15px;
	}

.cast{
	line-height: 190%;
	}
	
.cast p{
	font-size: 15px;
	margin-bottom: 10px;
	}
	
.cast a{
	color: #FFFFFF;
	}

.size a{
	display: block;
	padding-left: 30px;
	color: #FFFFFF;
	}

#movie{
	margin: 20px auto;
	min-height: 370px;
	text-align: center;
	}
	
#movie h3{
	padding-left: 30px;
	}
	
* html #movie{ /*IE only style*/
	height: 400px;
	}
	