*{padding: 0; margin: 0;}
/* colore sfondo main: badff1 */
/* viola: c95095 */
/* verde: 569338 */
/* azzurro + chiaro: e5f4fb */

html, body {
	height:100%;
}

body {
	margin:0 auto;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background:#ffffff url(images/sfondo.jpg) fixed repeat-x;
}

#container {
	margin:0 auto;
	width:770px;
	height:100%;
}

#header {
	width:770px;
	height:158px;
	background-image:url(images/header.jpg);
}

#menu {
	position:relative;
	top:120px;
    left:130px;
	width:630px;
	height:16px;
}

#menu a {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
}

#menu a:hover {
	color:#d6f1ad;
}

#center {
	width:750px;
    background-color: #fff0e1;
    border:solid 1px #ef9a49;
    margin-left:5px;
    padding:4px;
}

#sponsor {
    width:750px;
    background-color: #ffffff;
    border:solid 1px #ef9a49;
    margin-top:2px;
    margin-left:5px;
    padding:4px;
}

#posizione {
    font-weight: bold;
    text-align:right;
    color:#e1832a;
    margin-bottom:4px;
}

#center a {   
    text-decoration:none;
    color:#569338;
    border-bottom:1px dotted;
}

#center a:hover {
    color:#85c226;
    border-bottom-style:solid;
}

div.autori_sin {
    float:left;
    width:310px;
    padding:4px 0px 4px 0px;
    text-align:center;
    border:solid 1px #ef9a49;
    background-color:#f8cda3;
}

div.autori_des {
    float:right;
    width:420px;
}

#footer {
	font-family: tahoma;
	font-size: 10px;
	text-align:right;
	margin-right:6px;
}

#footer a {
	font-weight: bold;
	text-decoration:none;
	color:#569338;
	border-bottom:1px dotted;
}

#footer a:hover {
	color:#85c226;
	border-bottom-style:solid;
}