html {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-image: url(img/pix_bianco.gif);
	background-attachment: fixed;
	background-repeat: repeat;
}

body	{
	
	margin: 0;
	padding: 0;
	}

div#container	{
	height: 400px;
	width: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -275px;
	padding: 0;
		
}

div#container img {
 	border: 0;
	
}

div#movie	{
	height: 580px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -290px 0 0 -400px;
	padding: 0;
		
}

