<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Goodbye...</title>

	<link href='http://fonts.googleapis.com/css?family=Michroma' rel='stylesheet' type='text/css'>
	<style>
		* {	margin: 0; }
		body { 
			font-family: Arial, Helvetica, sans-serif;
			background: #000; 
			color: #fff;
			font-weight: normal;;
			font-size: 15px;
		}
		h1 {
			font-family: 'Michroma', sans-serif;
			color: #0099ff;
			text-align: center;
			font-size: 44px;
			letter-spacing: -2px;			
		}
		h2 {
			font-family: 'Michroma', sans-serif;
			text-align: center;
			margin-bottom: 20px;
		}
		#container {
			width: 800px;
			margin: 100px auto 0;
		}		
		#sidenote {
			margin-top:20px;
			font-style: italic;
			font-size: 12px;
		}
		p { margin-top: 10px; }

	</style>
	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
	<script type="text/javascript">
	$(document).ready(function(){	
		
		$('h1').hide();
		$('h2').hide();
		$('#txt').hide();
		$('h1').fadeIn(800);
		$('h2').delay(500).fadeIn(800);	
		$('#txt').delay(1200).fadeIn(800);	

	});

	</script>
</head>
<body>
	<div id="container">
		<h1>iM1 MUSIC</h1>
		<h2>2007-2012</h2>
		<div id="txt">
			<p>On the 14th Febuary 2012 iM1 MUSIC was closed down. It was a decision that was not easy but we were left with no other options to voluntarily close down the site.<br>
			We would like to thank all the fans for supporting our site over the years, its been a great journey. We wish you all the best!</p>
			
			<p><strong>Is this the end?</strong><br>
				Not quite, we have a new project up our sleeves that we will release soon so watch this space ;)</p>
			
			<div id="sidenote">Rumours have been spreading that iM1 MUSIC is back under different domains, any sites that claim to be iM1 MUSIC are fake.<br>We would recommend you stay away from them, if they are lying about who they are... what else are they lying about.</div>
		</div>
	</div>
</body>

<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=2639069;
var sc_invisible=1;
var sc_security="8be3311a";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script>
<noscript><div class="statcounter"><a title="web stats"
href="http://statcounter.com/free-web-stats/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/2639069/0/8be3311a/1/"
alt="web stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->

</html>