/* CSS Document */
body {
margin:0px;
background-image:url(../immagini/sfondo_body.jpg);
background-position:top;
background-repeat: repeat-x;
background-color: #333333;
}
/*---DIV----------------------------------------*/
div#pagina {
width:800px;
margin: 0px;
background-color:#313131;
}
div#top {
width:800px;
height:287px;
background-image: url(../immagini/danza-del-ventre-top.jpg);
background-position:left top;
background-repeat:no-repeat;
}
div#menu {
width:800px;
height:20px;
margin-right: 20px;
padding-top: 270px;
margin: 0px;
}
div#corpo {
width:790px;
min-height:300px;
padding:5px;
background-image:url(../immagini/sfondo_menu.jpg);
background-position:top;
background-repeat:no-repeat;
background-color: #CCCCCC;
}
div#footer {
width:800px;
height:35px;
background-image: url(../immagini/danza-del-ventre-footer.jpg);
background-position:left top;
background-repeat:no-repeat;
text-align:left;
padding-left:8px;
padding-top:16px;
}
/*---testi----------------------------------------*/
.testo_menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
}
		.testo_menu a:link {color:#333333; text-decoration:none;}
		.testo_menu a:visited {color:#333333; text-decoration:none;}
		.testo_menu a:hover {color:#000000; text-decoration:underline overline;}
		.testo_menu a:active {color:#333333; text-decoration:none;}

.testo_corpo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
}
		.testo_corpo a:link {color:#FFFFFF; text-decoration:none;}
		.testo_corpo a:visited {color:#FFFFFF; text-decoration:none;}
		.testo_corpo a:hover {color:#FFCA00; text-decoration:underline overline;}
		.testo_corpo a:active {color:#FFFFFF; text-decoration:none;}
.testo_footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}
		.testo_footer a:link {color:#FFFFFF; text-decoration:none;}
		.testo_footer a:visited {color:#FFFFFF; text-decoration:none;}
		.testo_footer a:hover {color:#FFCA00; text-decoration:underline overline;}
		.testo_footer a:active {color:#FFFFFF; text-decoration:none;}
