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

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #000;
	text-transform: uppercase;
}

a:link {text-decoration: underline; font-weight: bold; color: #666; font-size: 10px;}
a:visited {text-decoration: underline; font-weight: bold; color: #666; font-size: 10px;}
a:hover {text-decoration: underline; font-weight: bold; color: #CCC; font-size: 10px;}
a:active {text-decoration: none; font-weight: bold; color: #999; font-size: 10px;}

h1 {font-size:12px}
p {font-size:10px}

.fade {color: #333; font-size: 9px;}
.white{color: #FFF;}

#logo{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 284px;
	height: 50px;
	margin-left: -142px;
	margin-top: -310px;
	text-align: center;
	background-image: url(../lisbonfilm/img/centeLogo.png);
	background-repeat: no-repeat;
	z-index: 0;		
}

#video{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 720px;
	height: 510px;
	margin-left: -360px;
	margin-top: -255px;
	z-index: 0;		
}

#text{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 720px;
	height: 50px;
	margin-left: -360px;
	margin-top: 260px;
	text-align: center;
	z-index: 0;	
}


