@charset "utf-8";
/* CSS Document */

/*polaroid*/
.polaroid {
color:#f14e06;
}

h1{
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 24px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 18px;
	color:#f14e06;
}


a {
	color:#f14e06;
	text-decoration: none;
	}

a:hover {
	color:#000000;
	text-decoration: none;
	}

p {	
	line-height:18px;
	
	}
	
.grey {
	color:#999999;
	margin:0;
	
	}

#moviescreen{
width:100%;
height:310px;
background-color:#000000;
padding-top:20px;
text-align:center;
border:1px solid #000000;
color:#ffffff;
}

.movieborder{
border:1px solid #0f0f0f;
}


