/*

Author: Fabio Lombardo
Copyrights: © 2008 varamessina.it

*/

/*  
======================================================
			   Intro
======================================================
*/

body {
	width:100%;
	height:100%;
	overflow:visible;
	margin:0;
	padding:0;
	background-image: url(../images/sfintro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-color: #c00b0b;
}

#container{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:visible;
	
}

#movie{
	width:960px; 
	height:750px;
	position:absolute;
	left:50%;
	margin-left:-480px;
	text-align: center;	
}

#copy{
	text-align: center;
	top:760px;
	width: 100%;
	height:120px;
	position:absolute;
}

#copy p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	margin:20px;
}



