@charset "utf-8";
/* CSS Document */

div#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

div#menu{
	width:950px;
	background: #696969;
}

div#head {
	background-image: url(../images/titolo.jpg);
	height:150px;
	width:950
}
div#body {
	background: url(../images/sfondo2.jpg);
	width: 950px;
	height:300px;
}
div#centro{
	margin-left:25px;
	margin-right:25px;
	margin-top:0px
}