*{
	margin:0px;
	padding: 0px;
}

body{
	color: #FFFFFF;
	background-color:#000000;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(celuloid.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#wrapper{
	position: absolute;
	top: 175px;
	left: 135px;
	width: 620px;
	height: 481px;
	display: none;	
}

.icon {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 250px;
	text-align: justify;
}

.zing {
	top: 10px;
	position: absolute;
	left: 265px;
	width: 620px;
	text-align: justify;
}


.movie{
	background-color:#0066B3;
	padding: 10px;
	margin: 10px;
	height: 220px;
	border: 1px solid #dedede;	
	clear: both;
	display: block;
}

.movie img{
	float: left;
	border: 1px solid #dedede;
	padding: 3px;
	margin: 3px;	
}
h1 {
	font-size: 40px;
	font-weight: bolder;
	padding: 12px;
	text-align: center;
	background-color:#0066B3;
}

h3,h4 {
	font-size: 24px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}

p{
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	pdadding: 4px;
}
p.tagline{
	color: #000000;
	font-style:italic;
	font-family: Helvetica, Arial, sans-serif;
	background-color:transparent;
}
a{
	color: #dedede;
}
#notes{
	background-color:#333333;
	padding: 10px;
}
