body	{
	background-color: #222222;
	margin: 50px 0px;
	padding:0px;
}
#content	{
	background-color: #000;
	width: 786px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: auto;
	padding: 30px 30px 10px 30px;
	-moz-box-shadow: 0px 0px 15px #666;
	-webkit-box-shadow: 0px 0px 15px #666;
	box-shadow: 0px 0px 15px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
#logo	{
	width: 484px; height: 50px;
	background: url("images/logo.png") no-repeat;
	text-indent: -9999px;
}
#film_list	{
}


.mir	{
	text-indent: -9999px;
}

#our_films	{
	width: 680px; height: 25px;
	background: url("images/our_films.png") no-repeat right;
}
#film_list ul	{
	text-align: right;
}
#donate_now	{
	text-align: center;
	margin: auto;
	padding: 0px;
}
#content_text	{
	clear: both;
}
#email	{
	text-align: center;
	margin: auto;
	padding: 0px;
}
#footer	{
	text-align: center;
	width: 786px;
	margin: auto;
	padding-top: 10px;
}