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

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #E2E2E2;
	background-image: url(../img/bg_home.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#rete {
	position:absolute;
    top:50%;
    left:50%;
	width:943px;
	height:447px;
	margin-left:-471px;
	margin-top:-240px;
}

#testa {
	float:left;
	display:inline;
	width:943px;
	height:66px;
	margin-bottom:10px;
}

#logo {
	float:left;
	display:inline;
	width:200px;
	height:66px;
	margin-left:10px;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
}

#login {
	float:left;
	display:inline;
	width:443px;
	margin-top:15px;
	margin-left:285px;
	text-align:right;
	font-weight:bold;
}

#contenuto {
	float:left;
	display:inline;
	width:670px;
	margin-left:30px;
}

#menu {
	float:left;
	display:inline;
	width:170px;
	margin-left:43px;
}

#menu a {
	font-size:12px;
	font-weight:bold;
}
