@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Calibri, "Trebuchet MS", Tahoma, Verdana;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
	
	h3 {
	font-size: large;
	color: #CC0000;
}


	
#video {
float:left;
width:480px;
text-align:left;
}
#contatti {
float:right;
width:280px;
}

#content {
	width: 400px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	/* opera does not like 'margin:20px auto' */
	background: #FFF;
	border: 5px solid #ccc;
	text-align:left;
	/* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 780px;
	}
html>body #content {
	width: 780px; /* ie5win fudge ends */
	}
