/* CSS Document */

/*settaggi generali*/
body{
	background-color:#000000;
	}
/*-------------------------------*/


/*testata*/
.header{
	width:1024px;
	height: 130px;
	
	}

/*box centrale che contiene tutti gli altri box*/	
.mainContainer{
	
	width:1024px;
	position: relative;
	top: 5px;
	}
	
.leftColumn{
	
	width:424px;
	height: 600px;
	position:absolute;
	left:0px;
	}
	
	.videoBox{
	width:inherit;
	height:300px;
	background-image: url(image/sfondo_video.jpg));
		}
		
.banner{
	
	width:inherit;
	height:150px;
}
	
.centralColumn {
	width:424px;
	height: 600px;
	position:absolute;
	left:424px;
	
}

	.boxImages{
		width:inherit;
		height:450px;
		
		}
.rightColumn {
	
	width:176px;
	height: 600px;
	position: absolute;
	left: 848px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width:1024px;
	position:relative;
	top:610px;
	left: 0px;
	font-size: small;
	height:33px;
}
