<html>
  <head>
    <title>Paesi Etnei Oggi - Coming Soon</title>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<link href="https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900" rel="stylesheet">
	<link rel="icon" href="favicon.png" type="image/png" />
	<style>
	*{
	box-sizing:border-box;
	}
	
	html,
	body{
		width:100%;		
		margin:0;
		padding:0;
		font-family: 'Raleway', sans-serif;
		font-size:35px;
		font-weight:bold;
		background: #ffffff;
		background: -moz-linear-gradient(left, #ffffff 50%, #ffffff 50%);
		background: -webkit-linear-gradient(left, #ffffff 50%,#ffffff 50%);
		background: linear-gradient(to right, #ffffff 50%,#ffffff 50%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	
	img {
		max-width:100%;
	}
	
	.wrap {
		max-width:980px;
		margin: 0 auto;
	}
	
	.logo {
		text-align: center;
		margin-top: 90px;
	}
	
	.text-coming {
		text-align: center;
		margin-top: 80px;
	}

	.text-coming span {
		display: inline-block;
	}

	span.white {
		color: #000;
		padding-left: 20px;
	}

	span.black {
		margin-left: -43px;
	}

	</style>
  </head>
  <body>
	<div class="coming">
	<div class="wrap">
	<div class="logo">
	<img src="logo.png" alt="Paesi Etnei Oggi" />
	</div>
	<div class="text-coming">
	<span class="black">Coming soon...</span><span class="white"></span>
	</div>
	</div>
	</div>
  </body>
</html>