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

body {
	margin: 0px;
	background-color: #131A21;
	font-family: Arial, sans-serif;
	z-index: -100;
}

a:link {
	color: #DF5F9B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DF5F9B;
}
a:hover {
	text-decoration: none;
	color: #F19FC1;
}
a:active {
	text-decoration: none;
	color: #F19FC1;
}

#film-title {
	position:absolute;
	left:20px;
	top:30px;
	width:500px;
	height:30px;
	font-family: Arial, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	font-style: normal;
	color:#FFFFFF;
	z-index: 100;
}

#film-title-long {
	position:absolute;
	left:20px;
	top:30px;
	width:500px;
	height:48px;
	font-family: Arial, sans-serif;
	font-size: 17pt;
	font-weight: normal;
	font-style: normal;
	color:#FFFFFF;
	z-index: 100;
}

#main-content {
	position:absolute;
	line-height: 19px;
	letter-spacing: 0.3pt;
	left:20px;
	top:80px;
	width:513px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color:#FFFFFF;
	z-index: 100;
}

#main-content-long {
	position:absolute;
	line-height: 19px;
	letter-spacing: 0.3pt;
	left:20px;
	top:105px;
	width:513px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color:#FFFFFF;
	z-index: 100;
}

table {
	font-family: Arial, sans-serif;
	line-height: 19px;
	letter-spacing: 0.3pt;		
	font-size: 10pt;
	font-weight: normal;	
	font-style: normal;	
	color:#FFFFFF;	
	z-index: 10000;
}	

#photo-center-filme {
	margin-top: 15px;
	margin-bottom: 15px;	
}