@charset "UTF-8";
/* CSS Document */

body {
	
  margin: 0;
  padding: 0	
}

#wrapper{ 
width:80%;
text-align:center;
position:relative;
margin: auto;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
color: #000000;
}
  
  
img { margin-top:50px;
max-width:100%;}

#social{ text-align:center;}
  
#social img{ margin-top: 0px;
border:0;}	
  
.clearer{clear:both;} 

a:link{ text-decoration:none;
color: #00000;  
}
  
a:hover{ text-decoration:underline;
color: #00000;  
}
  
a:visited{color: #00000;}

html { 
  background: url(sfondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
