
body{
	background: url('8.jpg');
	background-color:black;
	background-repeat:no-repeat;
	background-position:top center;
	width: 100%
}

div#container {
	
	margin-top: 15px;
	position: relative;
	height: 800px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: white;

}


div#nav {

	width: 70%
	align:center;
	text-align:center;
	margin-top:-9px;

}


div#content {

	margin-right:auto;
	margin-left:auto;
	width: 600px;
	align:center;
	text-align:left;
	text-color: white;
	line-height: 1.5;

}

div#main {

	width: 70%
	align:center;
	text-align:center;

}

div#synopsis {
	width:100%;
	align:center;
	text-align:left;
	line-height: 2;
}

div#leadquote {
	width: 90%
	align:center;
	text-align:center;

}

div#charity {
	
	width: 100%
	align:center;
	text-align:center;

}

div#otherlinks {
	width:100%;
	align: center;
	text-align:left;
	line-height:1.5;
}

div#roster {
	width: 90%;
	margin-left: 400px;
	padding: 15px;
	margin-top: -13px;
}

img { padding: 5px; }

a { text-color:white;
    color:white;
 }


