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

body {
	background:url(../img/sfondo.jpg) repeat-x #fd9a1b;
	font-family:"Comic Sans MS", cursive;
}

a {
	color:#000;
	text-decoration:none;
}

#contenitore {
	width:900px;
	margin: 0px auto;
	text-align: left;
}

#testa {
	background:url(../img/sopra.png) center top no-repeat;
	width:900px;
	height:150px;
	position:relative;
}

#centro {
	width:900px;
	float:left;
	background:url(../img/centro.png) no-repeat top center;
}

#sotto {
	height:40px;
	width:900px;
	clear:both;
	padding-top:16px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	background:url(../img/sotto.png);
}

#news {
	width:295px;
	padding-right:5px;
	display:inline;
	float:left;
	margin-top:5px;
	text-align:left;
	font:12px;
}

#corpo {
	width:587px;
	float:left;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	border-left:3px solid #1d0a80;
}

#menu {
	width:575px;
	float:left;
	display:inline;
	padding-top:5px;
	padding-left:325px;
	height:25px;
}
