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

body{padding:0px;
margin:0px;
background-image:url(../img/sfondo.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#000;	
}

#logo{
	background-image:url(../img/mestro-logo-1-w.png);
	margin:auto;
	background-repeat:no-repeat;
	width:289px;
	height:66px;
	margin-top:100px;
}
#contenuti{

	width:400px;
	height:300px;
	padding-top:80px;
	margin:auto;
}
.testi{
	width:400px;

}
.img{
	width:70px;
	height:70px;
	margin:auto;
}

h2{font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size:23px;
	letter-spacing: 2px;

	color:#FFF;
	text-align:center;

}

h6{font-family: 'Oswald', sans-serif;
font-weight:300;
font-size:16px;
margin:0;
padding:10px 0 0px 0;
text-align:center;
color:#000;
letter-spacing: 1px;
	
	

}

p{
font-family: 'Oswald', sans-serif;
font-weight:300;
font-size:12px;
margin:0;
padding:0px 0 0px 0;
text-align:center;
color:#000;
letter-spacing: 1px;
}

a{
	text-decoration:none;
	color:#009DE2;
}

a:hover{
	color:#36C;
}

#footer  {
	width:500px;
	height:100px;
	margin:70px auto;
}

