/******************************************
Stili pagine in costruzione
******************************************/

DIV.underconstruction
{
 float:left;
 width:100%;
 text-align:center;
 background-image:url(underconstruction.gif);
 background-repeat:no-repeat;
 background-position:center;
 font-weight:bold;
 height:200px;
}

P.underconstruction
{
 text-align:center;
 background-image:url(underconstruction.gif);
 background-repeat:no-repeat;
 background-position:center;
 font-weight:bold;
 height:200px;
 width:100%;
 margin-left:auto;
 margin-right:auto;
}
