@charset "utf-8";

html{
height:100%;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background:#333;
color:#333;
height:100%;
margin:0;
padding:0;
}

img{
border:1px solid #333;
}

a:link, a:visited{
color:#ccc;
}

a:hover,a:active,a:focus{
color:#fff;
}

#contenitore,#contenitore1,#contenitore2,#contenitore3,#contenitore4{
position:absolute;
background:url(../img/index-ani.gif) center center no-repeat;
top:50%;
left:50%;
width:780px;
height: 550px;
margin: -265px 0 0 -390px;
/*border:1px solid #fc0;*/
}

#contenitore1{
background-image:url(../img/index.jpg);
}

#contenitore2{
background-image:url(../img/index2.jpg);
}

#contenitore3{
background-image:url(../img/index3.jpg);
}

#contenitore4{
background-image:url(../img/index4.jpg);
}


#header{
width:121px;
height:300px;
margin:30px 0 0 40px;
padding:0;
}

#header h1{
position:relative;
font-size:1px;
text-indent:-2000em;
width:121px;
height:73px;
margin:0;
padding:0;
}

#header h1 span{
background: url(../img/logo-splash.gif) no-repeat;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

#menu{
width:100%;
margin:0;
padding:0;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
}


#menu ul li{
width:100%;
background:#666;
text-align:center;
margin:5px 0;
padding:0;
}


#menu ul li a{
width:100%;
height:20px;
display:block;
font-size:11px;
text-decoration:none;
text-transform:uppercase;
line-height:20px;
font-weight:bold;
color:#fff;
margin:0;
padding:0;
}

#menu ul li a:hover,#menu ul li a:focus{
color: #FC0;
}


#footer{
position:absolute;
text-align:left;
color:#fff;
top:450px;
left:610px;
width:140px;
height:70px;
font-size:10px;
border-left:1px solid #fff;
}

#footer p{
margin:0;
padding:0 0 0 5px;
}

#credits{
position:absolute;
top:535px;
left:0;
text-align:center;
height:15px;
width:750px;
}

#credits p{
font-size:10px;
color:#ccc;
margin:0;
padding:0;
}

.sx{
float:left;
display:inline;
margin: 0 5px 5px 0;
}

.dx{
float:right;
display:inline;
margin: 0 0 5px 5px;
}

.clr{
clear:both;
}

.spacer{
clear:both;
height:50px;
display:block;
}