body 	{
	background-image: url("images/bg.jpg");
	background-repeat: repeat;
	font:12px lucida grande, verdana, sans-serif;
	color: #fff;
	margin:0px;
	padding: 0px;
}

img	{
	border: 0px;
}

a	{
	color: #FFFFFF;
}

a:hover	{
	color: #FF3333;
}

form, blockquote	{
	padding-left: 30px;
}

blockquote	{
	margin-left: 0px;
}

textarea	{
	width:300px;
	height:150px;
}

input	{
	margin-bottom: 10px;
}

#indexmain	{
	width:390px;
	margin: auto;
	margin-bottom: 20px;
}

#indexnav	{
	width:100%;
	background-color: #000000;
	background-image: url("images/navbg.gif");
	height: 35px;
	padding-top: 15px;
	text-align: center	;
	color:#fff;
}

#credits	{
	width:350px;
	margin: auto;
	margin-top: 20px;
}

#header	{
	background-image: url("images/headerbg.jpg");
	background-repeat: repeat-x;
	height: 137px;
	width:100%;
	position: absolute;
	margin:0px;
}

#headercontainer	{
	height: 137px;
	width: 750px;
	margin: auto;
}

#smallfist	{
	float: left;
}

#title	{
	padding: 40px 0px 22px 110px;
}

#nav	{
	clear: all;
	margin-left: 115px;
}

#navwrap	{
	position: absolute;
	display: block;
}

#content	{
	width:550px;
	margin:auto;
	margin-top:87px;
	padding: 20px 20px 40px 20px;
	background-image: url("images/contentbg.jpg");
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 5px solid #000000;
	margin-bottom: 40px;
	}

#trailerbox	{
	text-align: center;
	margin-top: 30px;
	font-size: 9px;
}

#synopsis	{
	background-image: url("images/synopsis.gif");
	background-repeat: no-repeat;
	height:0;
	overflow: hidden;
	padding-top: 25px;
	width: 150px;
}

#starring	{
	background-image: url("images/starring.gif");
	background-repeat: no-repeat;
	height:0;
	overflow: hidden;
	padding-top: 25px;
	width: 150px;
}

#by	{
	background-image: url("images/by.gif");
	background-repeat: no-repeat;
	height:0;
	overflow: hidden;
	padding-top: 25px;
	width: 45px;
}