html{
 position:relative;
}

body{
position:absolute;
width:100%;
height: 100%;
margin:0px;
padding:0px;
background-color:#000000;



}


#box_intestazione{
	position:absolute;
	width:100%;
	height:100px;
	left:0px;
	right:0px;
	background-color:#000000;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	visibility: visible;


}

#menu{
	position:absolute;
	width:auto;
	height:15px;
	right:10px;
	bottom:0px;
	padding-bottom: 5px;
}




#film{
	position:absolute;
	width:100%;
	height:450px;
	top:100px;
	background-image: url(img/layout-JQFinal.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin:0;
	text-align: left;
	visibility: visible;
	
}

#about{
	position:absolute;
	left:0px;
	width:500px;
	height:450px;
	border:0px solid #FF0000;
	overflow:auto;
	SCROLLBAR-FACE-COLOR: #000000 ; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
	SCROLLBAR-BASE-COLOR: #000000;
	background-color: #FFFFFF;
	
}

#about p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	text-align:justify;
	margin:10px;
}

#film #immagine{
	position:absolute;
	right:0px;
	
}

#contact{
	position:absolute;
	right:0px;
	width:350px;
	height:450px;
	border:0px solid #FF0000;
	overflow:auto;
	SCROLLBAR-FACE-COLOR: #000000 ; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000; 
	SCROLLBAR-BASE-COLOR: #000000;
	background-color: #000000;

}

#contact p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	text-align:justify;
	margin:10px;

}


.title{
	font-weight: bold;	
}

#foot{
	width:100%;
	height:100%;
	bottom:0;
	background-color: #000000;
	
}

#copy {
	position: absolute;
	width:100%;
	text-align:center;
	top:565px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom:20px;
	visibility: visible;
	
	
	 
	
}

#entra{
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	top:500px;
	left:47%;
}



a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration: underline;
}
