body{
	background-color:#554D4A;
	margin:0;
	}
.body_skin{
background-image:url(skin.png);
background-position:center top; 
background-repeat:no-repeat;
/**/background-attachment:fixed;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}

h1{
font-family:Calibri;
font-weight:bold;
font-size:71px;
color:#0048FF;
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}



#container {
	width:100%;

	margin: 0 auto;
	padding-top:0px;

	/*border:1px solid #339900; */
	text-align: left;
	}
#content {
	width:62%;
	margin: 0 auto;
	padding:5px;
	 background-color:#554D4A;
	/*border:1px solid #339900; */
	text-align: left;
	}
#col_sx {
	width:190px;
	background-color:#FFFFFF;
	/*border:1px solid #339900; */
	text-align: left;
	float:left;
	}
#col_centro {
	width:100%;
		/*background-color:#FFFFFF;*/
	/*border:1px solid #339900; */
	text-align: center;
	float:left;
	}
#col_dx {
	width:150px;
	background-color:#FFFFFF;
	/*border:1px solid #339900; */
	text-align: left;
	float:left;
	}
.break{

	clear:both;
}.bottone{
border:0;
clear:both;
margin-left:10px;
margin-bottom:3px;
}

.testo {color: #000;
font-family:"Lucida Sans", Arial;
font-size:13px;
margin-left:5px;}

.testo a{color: #FD0100;
font-family:"Lucida Sans", Arial;
font-size:13px;

}
.big {color: #fecddf;
font-weight:bold;
font-family:"Lucida Sans", Arial;
font-size:24px;
float:left;
}
.big a {color: #fecddf;
font-weight:bold;
font-family:"Lucida Sans", Arial;
font-size:24px;}
.big a:hover{color: #fb96ba;
font-weight:bold;
font-family:"Lucida Sans", Arial;
font-size:24px;}
-->
/* CSS Document */

#tel{
    display:none;
}



@media only screen and (max-width: 480px){
h1{
    font-size:41px;
}

.body_skin{
background-image:no;
background-position:center top; 
background-repeat:no-repeat;
/**/background-attachment:fixed;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}

#content {
    width: 99%;
}
.testo{
font-size:26px !important;
}
span{
font-size:33px !important;
}
#spn{
font-size:15px !important;
}
#tel{
    display:block;
}
}