/*css base*/

body{
margin:0px;
padding:0px;
background-color:#ffffff;
text-align:center;	
}

#page{
width:1024px;
height:768px;
background:#ffffff url('../img/sito_in_costruzione.jpg') no-repeat top center;
margin:0 auto;
padding-top:540px;
}

#dati{
width:300px;
float:right;
text-align:right;
margin-bottom:40px;
margin-right:120px;
font-family:tahoma;
font-size:16px;
color:#444444;
}

#dati b{
color:#000000;
font-size:18px;
}

#dati_aligner{
clear:both;
}

#footer{
text-align:center;
font-family:tahoma;
font-size:12px;
color:#999999;
}

a{
color:#38aae0;
text-decoration:none;
}

a:hover{
color:#38aae0;
text-decoration:underline;
}