@charset "UTF-8";
/* CSS Document */

body {
background-color:#000000;
}

*{border:0px solid #eee;margin:0;padding:0;list-style:none}
html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%;overflow:hidden}
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}


#bg {
z-index:-1;
}

img {
border:0px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#ffffff;
}

.testo-menu {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#5c5c5c;
line-height:14px;
letter-spacing:0px;
}

.testo-menu A:LINK {
text-decoration:none;
color:#5c5c5c;
}

.testo-menu A:VISITED {
text-decoration:none;
color:#5c5c5c;
}

.testo-menu A:HOVER {
text-decoration:none;
}

div.text2 {
	position:absolute;
    width:100%;
	height:40px;
	margin:0 auto 0 auto;
	z-index:98;
	background-color:#000000;
}

div#content {
    margin:0px auto;
    height:75px;
    width:100%;
    bottom:0%;
    background-color:#000000;
    /*border-top:1px solid #e0e0e0;*/
    border-bottom:0px solid #333;
    position:absolute;
	z-index:90;
}

#overlay {
	position:absolute;
	z-index:50;
	width:100%;
	height:100%;
	background:url(immagini/overlay.png) top left repeat;
}

#loading {
	position: absolute;
	top: 10px; 
	left: 10px;
	z-index: 0;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(immagini/progress.gif);
}

div.text {
	position:absolute;
	width:990px;
	margin:0 auto 0 auto;
}
