<html>
<head>
	<meta charset="UTF-8">
	<title>Digital Junkie</title>
	<link rel="stylesheet" type="text/css" href="http://www.digitaljunkie.co.uk/public/stylesheets/home.css" />
	<style type="text/css">
	#logo {
		margin:50px 0;
		text-align:center;
	}
	#message {
		text-align:center;
		font-size:30px;
		line-height:normal;
		margin:0 auto;
		color:#e3d44a;
	}
	#email {
		margin-top:80px;
		text-align:center;
	}
	</style>
</head>
<body>
	<div id="logo">
		<img src="http://www.digitaljunkie.co.uk/public/images/dj-logo-white.png" alt="DJ logo" />
	</div>
	<div id="message">
		Digital Junkie is no longer taking on new works.<br/><br/>We would like to thank all of our clients for some fantastic<br/>times in the past and hopefully many more in the future.
	</div>
	<div id="email">
	<a href="mailto:info@digitaljunkie.co.uk">info@digitaljunkie.co.uk</a>
	</div>
</body>
</html>
