<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<!-- no cache headers -->
	<meta http-equiv="Pragma" content="no-cache">
	<meta http-equiv="Expires" content="-1">
	<meta http-equiv="Cache-Control" content="no-cache">
	<!-- end no cache headers -->
	<title>Qobuz.com - Être fidèle à la musique</title>
	<style>
	body{
		margin: 0;
		padding: 0;
		background: url('bg.png') repeat-x scroll center 0 transparent;
	}
	img{
		position: absolute;
		top: 70px;
		left: 50%;
		margin-left: -619px;
	}
	#black{
		position: fixed;
		background: black;
		filter: alpha(opacity=50); /*older IE*/
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
		-moz-opacity: .50; /*older Mozilla*/
		-khtml-opacity: 0.5;   /*older Safari*/
		opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
		width: 100%;
		height: 100%;
	}
	</style>
</head>
<body>
	<div id="black"></div>
	<img src="overlay.png" border="0">
</body>
</html>