#header {
	background-image: url(images/header.jpg);
	width: 912px;
	height: 215px;
	background-repeat: no-repeat;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
#footer {
	font-size: x-small;
	text-align: right;
	margin-top: 35px;
	margin-bottom:15px;
	float:right;
	width:500px;
}

.box{
	margin-top:55px;
	}
	
.box-title{
	height:33px;
	background-repeat:no-repeat;
	width:360px;
	}

.box-content{
	border-left: 1px solid #B7B7B7;
	border-right: 1px solid #B7B7B7;
	padding: 5px 15px 10px 20px;
	width: 323px;
	}
#film {
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bigq {
	font-size: 30px;
	float: left;
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7B7B7;
	padding-right: 15px;
	padding-left: 70px;
	padding-top: 3px;
	padding-bottom: 8px;
}
#alex {
	background-image: url(images/me.jpg);
	background-repeat: no-repeat;
	height: 158px;
	width: 128px;
	float: right;
}

#questions p {
	margin-bottom: 0px;
	margin-top: 0px;

}




	

.box-footer {
	height: 15px;
	background-image:url(images/boxbottom.jpg);
	background-repeat: no-repeat;
	width:360px;
}

#contribute .box-title {
	background-image:url(images/contribute.gif);
}
#contribute {
	float:left;
	margin-left: 158px;
	}

#filmmaker .box-title {
	background-image:url(images/thefilmmaker.gif);
}
#filmmaker{
	margin-left:32px;
	float:left;

	
}

#content {
	margin-left: 158px;
	padding-right: 100px;
	padding-top:10px;
	
}
p {
}


#main {
	width: 912px;
	position:absolute;
	left:50%;
	margin-left:-550px;

}
