/* CSS Document */


* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}

body {
	text-align: center;
	background: #464646 url(http://www.marblecityfilmfestival.com/images/main-back09.jpg) repeat-x center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #fefefe;
	}
	
#content {
	width:960px;
	margin:0 auto;
	}
	
/*PLACEHOLDER*/

#std {
	margin-left:100px;
	width:851px;
	background: #fefefe;
	margin-top: 350px;
	margin-bottom:50px;
	border-bottom: 2px solid #3b3b3b;
	}
	
#std p {
	font-size:1.4em;
	color:#333;
	font:Georgia, "Times New Roman", Times, serif;
	padding:25px;
}
	
