body{
	background:#000;
	margin:0 0;
	padding:0 0;
	overflow:auto;
	color:white;

}

html {
	margin:0 0;
	padding:0 0;
}
a {
	text-decoration:none;
	color:yellow;
		border:0px;
}

a:hover {

	border-bottom:1px dashed #999;
}

input:active
{
outline: none;
}

input:focus
{
	-moz-outline-style: none;
	outline: none;
}

a:active
{
	-moz-outline-style: none;
	outline: none;
}


a:focus
{
	-moz-outline-style: none;
	outline: none;
	}

a {
	text-decoration:none;
}

img a {
	border:0px;
	color:none;
	background:none;
	text-decoration:none;
	
}
img a:hover {
	border:0px;
	
}
a img {
	border:0px;
}
a img {
	border:0px;
	color:none;
	background:none;
	text-decoration:none;
}

#logo {
	background:url(images/logo.png);
	width:563px;
	height:464px;
	margin:80px auto;
	
}
#spacer {
	height:200px;
}
#content {
	width:700px;
	margin:60px auto;
}

#content .screenings{
background:#111;
border-bottom:1px dashed #666;
}



#content .smallogo {
	background:url(images/logo_sm.png) no-repeat bottom;
	width:67px;
	height:44px;
	padding-top:20px;
	margin:20px auto;

}
#content h1{
	text-align:center;
	font-size:40px;
	padding-bottom:20px;
		border-bottom:1px dashed #666;
}

#content .screenings h1{
	text-align:center;
	font-size:60px;
	border-top:1px dashed #666;
	padding-top:40px;
	margin-bottom:-20px;
	border-bottom:none;
}

#content .screenings h1.small{
	text-align:center;
	color:#999;
	font-size:20px;
	border-top:none;
	padding-top:0px;
	border-bottom:none;
}

#content p{
	text-align:left;
	color:#ddd;
	font-size:13px;
	letter-spacing:1px;
	font-family:arial;
	padding:5px;
}


.arrow {
	background:url(images/arrow.png);
	width:47px;
	height:55px;
	position:absolute;
	top:437px;
	right:10%;
}

.photos {

	text-align:center;
	margin:0px auto;
	width:800px;

}

.photos .phot{
	float:left;
	width:180px;
	height:210px;
	margin-top:10px;
	text-align:center;
	font-size:10px;
	letter-spacing:1px;
	padding:10px;
	font-family:arial, helvetica, sans-serif;
}

.photos .phot a{
color:#888;
}

.photos .phot a.hr{
color:white;
}
.photos .phot a:hover{
border:0px;
color:yellow;
}
.photos img {
	float:center;
	padding:20px 10px 0px 0px ;
}

.photos a:hover img {
	border:0px;
}