<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Gites.nl - vakantiehuizen in frankrijk</title>
	
	<style>
	
		html{
			height: 100%;
		}
	
		body{
			background-image: url('gites.jpg');
			background-position: top center;
			background-repeat: no-repeat;
			overflow: hidden;
			margin: 0 auto;
			height: 100%;
			padding: 0;
			font-family: 'Segoe UI', Geneva, 'HelveticaNeue', Helvetica, Tahoma, sans-serif;
			font-size: 16px;
			line-height: 20px;
			color: #006;
		}
		
		#overlay{
			position:absolute;
			margin: auto;
			height: 500px;
			width: 600px;
			background-color: white;
			top: 300%; right: 0; bottom: 0; left: 0;
			-webkit-box-shadow: 0 0 20px rgba(0,0,20,0.5);
			-moz-box-shadow: 0 0 20px rgba(0,0,20,0.5);
			box-shadow: 0 0 20px rgba(0,0,20,0.5);
			-webkit-transition: top 500ms cubic-bezier(0.175, 0.885, 0.32, 1.1) 1s;
			-moz-transition: top 500ms cubic-bezier(0.175, 0.885, 0.32, 1.1) 1s;
			-ms-transition: top 500ms cubic-bezier(0.175, 0.885, 0.32, 1.1) 1s;
			-o-transition: top 500ms cubic-bezier(0.175, 0.885, 0.32, 1.1) 1s;
			transition: top 500ms cubic-bezier(0.175, 0.885, 0.32, 1.1) 1s;
		}
		
		h1{
			text-indent: -9999px;
			background-image: url('gites-logo.png');
			width: 175px;
			height: 50px;
			padding: 0;
			margin: 30px auto;
		}
		
		p{
			width: 400px;
			margin: 30px auto;
		}
		
		.large{
			font-size: 22px;
			line-height: 26px;
		}
		
		.social{
			width: 400px;
			height: 80px;
			margin: 30px auto;
		}
		
		.subscribe-button-inner{
			margin-bottom: 10px !important;
		}
	</style>
	
</head>
<body>

	<div id="overlay">
		<h1>gites.nl</h1>
		<p class="large">Binnenkort vindt u hier de vernieuwde en verbeterde Gites.nl</p>
<p>Soon you&rsquo;ll be able to enjoy a new and improved Gites.eu</p>
<p>Bient&ocirc;t vous trouverez ici une version nouvelle et am&eacute;lior&eacute;e 
de Gites.eu</p>
<p>Bald finden Sie hier eine neue und verbesserte Gites.eu</p>
		<div class="social">
			<div class="createsend-button" style="height:22px;display:inline-block;" data-listid="r/F4/32F/737/2537A7F22DF1AC6C">

			<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fgites&amp;width&amp;layout=standard&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=80&amp;appId=413965292040002" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px; width:400px;" allowTransparency="true"></iframe>
		</div>
	</div>

<script>
	window.onload = function(){
		(function () { var e = document.createElement('script'); e.type = 'text/javascript'; e.async = true; e.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://btn.createsend1.com/js/sb.min.js?v=2'; e.className = 'createsend-script'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(e, s); })();
	
		document.getElementById('overlay').style.top = '0';		
	}
</script>
</body>
</html>