@charset "UTF-8";
/* CSS Document */
*{margin:0; padding:0;}
body {font-family: 'Myriad Pro', Arial, Helvetica, 'Trebuchet MS'; background:#000000 ; font-size: 12px; height:100%; margin:0 auto; color:#000;min-width:800px;}
h1 {background:url(../images/logo_xl.png) no-repeat center center; position:absolute; top:50%; margin-top:-168px;left:50px; width:336px; height:336px;}
h1 span, a span, #nome span {visibility: hidden;}

#tab {position:absolute; right:5%; height:37px; width:213px; overflow:hidden; bottom:0 }
#info {background: url(../images/etichetta.png) no-repeat scroll center top; height:37px;display:block}
#boxinfo ul{width:210px; position:relative; margin-left:25px; list-style-type:none; margin-top:20px;}
#boxinfo a:hover {text-decoration:underline;}
#boxinfo {background: url(../images/backgroundet.png) no-repeat scroll left top;width:213px; height:270px; overflow:hidden;}
#nome {background: url(../images/xl.png) no-repeat scroll left top; width:130px; height:17px; position:relative; }
#legale {background: url(../images/legale.png) no-repeat scroll left top; width:210px; float:left; margin-top:10px;}
p {margin-left:40px;}
#operativa {background: url(../images/operativa.png) no-repeat scroll left top; width:210px; float:left; margin-top:10px;}
#tel {background: url(../images/tel.png) no-repeat scroll left top; width:210px; float:left; margin-top:10px;}
#email {background: url(../images/email.png) no-repeat scroll left top; width:210px; float:left; margin-top:10px;}
a {text-decoration:none;color:#000;}

@media only screen and (max-device-width: 480px) {
  body {width:800px}
}
