/* */


body{
	background-color:#eee;
	background-image:url(../img/backgr.png);
	background-size: cover;
	color:#000;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	
	line-height:0.8em;
	
	width:50%;
	margin:auto;
}

p{
  	font-family: Arial, sans-serif;
  	line-height:1.5em;
	  letter-spacing:0em;
	  font-size:12px;
}

.title {
	line-height:1.4em;
	letter-spacing:-0.1em;
	margin:auto;
} 

.contain {  
	width:auto;
	margin:0.5em;
	background-color:#eee;
}