/* STILE PAGINA */

html{
overflow:-moz-scrollbars-vertical;
}

html,body{
margin:0;
padding:0;
background: #232323 url(images/l_body_bg.jpg)  no-repeat top center;
}

div#header{
margin:0;
padding:0;
margin-top: 59px;
background: #232323 url(images/l_body_bg.jpg)  no-repeat top center;
}

h2#anamorphosis{
height: 115px;
font: 12px;
background:#232323 url(images/header.jpg) no-repeat center top;
color:#232323;
text-align: left;
margin:0;
padding:0;
}

div#navi{
margin:0;
padding:0;
background: #232323 url(images/l_navi_bg.jpg)  no-repeat top center;
height:118px;
}

div#container{
text-align:left;margin:0 auto;
padding:0;
width:760px;
background-color:#232323;
}

div#navi ul{
position:relative;
margin:0px;
padding:0px;
margin-left:261px;
}

/* STILE NAVIGAZIONE+JAVASCRIPT */

.nav {
width: 236px;
height: 45px;
background: url(images/l_tasti_navi_bg.jpg) no-repeat;
position: absolute;
}

.nav li {
display: inline;
}

.nav li a:link, .nav li a:visited {
position: absolute;
top: 0;
height: 45px;
text-indent: -9000px;
overflow: hidden;
z-index: 10;
}

/* ITALIANO */

.nav .ita a:link, .nav .ita a:visited {
left: 0px;
width: 118px;
}

.nav .ita a:hover, .nav .ita a:focus {
background: url(images/l_tasti_navi_bg.jpg) no-repeat -0px -45px;
}

.nav-ita, .nav-ita-click {
position: absolute;
top: 0;
left: 0px;
width: 118px;
height: 45px;
background: url(images/l_tasti_navi_bg.jpg) no-repeat -0px -45px;
}

/* INGLESE */

.nav .eng a:link, .nav .eng a:visited {
left: 118px;
width: 118px;
}

.nav .eng a:hover, .nav .eng a:focus {
background: url(images/l_tasti_navi_bg.jpg) no-repeat -118px -45px;
}

.nav-eng, .nav-eng-click {
position: absolute;
top: 0;
left: 118px;
width: 118px;
height: 45px;
background: url(images/l_tasti_navi_bg.jpg) no-repeat -118px -45px;
}