/*INTRO*/
body {
    background: #000;
    color: #fff;
    font-family: Arial,Helvetica;
    font-size: 10px;
margin:0;
padding:0;
}

.main_container {
    width: 916px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

.lang {
width:916px;
text-align:right;
float:right;
margin:10px 0 0 0;
}

.lang a {
    color: #fff;
    text-decoration: underline;
}

.main_menu {
	left:40%;
	top:50%;
	margin-left:-387px;
margin-top:-261px;
position:fixed;
    overflow: hidden;
    width: 774px;
/*    margin: 0 auto;
    text-align: center;
    padding: 0;
    	margin-right:140px;*/
    height: 521px;

}

.main_menu ul {
    margin: 0;
    padding: 0;
}

.main_menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    float: left;
    background-image: url(intro.gif);
}

.main_menu a {
    text-decoration: none !important;
    display: block;
    font-size: 1px;
    background-image: url(intro.gif);
    overflow: hidden;
    height: 521px;
    text-indent: 999px;
    line-height: 999px
}

.main_menu a span {
    visibility: hidden;
}

/*-----------------*/
.li_menu01, .li_menu01 a {
    background-position: 0 0;
    width: 387px;
}

.li_menu01 a:hover, .li_menu01 a.selected {
    background-position: 0px 521px;
}

.li_menu01_attivo, .li_menu01_attivo a {
    background-position: 0px 521px;
    width: 387px;
}

/*-----------------*/
/*-----------------*/
.li_menu02, .li_menu02 a {
    background-position: -387px 0;
    width: 387px;
}

.li_menu02 a:hover, .li_menu02 a.selected {
    background-position: -387px 521px;
}

.li_menu02_attivo, .li_menu02_attivo a {
    background-position: -387px 521px;
    width: 387px;
	hasLayout:false;
	
}

/*-----------------*/

/*BOTTOM*/

.bottom {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: 916px;
    height: 30px;
    clear: both;
    margin-top:20px;
top:600px;
position:fixed;	
}

html > body .bottom {
margin-left:-70px;
}

.overflow{
display:none:
}

.contatti {
display:none;
}

.proprietario{
display:none;
}


.indirizzo {
    width: 600px;
    border-top: 1px solid #666;
    margin: 0px 0 0 0;
	float:left;
}

.indirizzo p {
    font-size: 11px;
    color: #666;
    text-decoration: none;
    text-align: left;
    float: left;
margin-top:4px;
}

.credits a {
    color: #666;
    text-decoration: none;
}

.credits {
    color: #666;
    float: right;
}




