@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#d7d7d7;
}

#container {
	width:800px;
	height:450px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-225px 0 0 -400px;
	background:#d7d7d7;
}

#titolo {
	height:50px;
}

#contenuto {
	width:800px;
	height:450px;
	background:#FFFFFF;
}

#menu {
	heigth:50px;
	text-align:right;
}

