<head>
	<title>Topics Design Computer Services</title>
	<style>
		body{
			background: url(http://topicsdesign.com/images/old_mathematics.png);
			font-family: 'Ubuntu', sans-serif;
		}
	
		#msg{
			 position:absolute;
			 left: 50%;
			 top: 50%;
			 width: 600px;
			 height: 600px;
			 margin-left: -300px;
			 margin-top: -300px;			
			 text-align: center;
		}
		
		h1,h2,h3{
			font-family: 'Arvo', serif;
			padding: 10px 0;
			font-weight: normal;
		}
		
		 a img{
			 border: none;
		 }
		
	</style>
	<link href='http://fonts.googleapis.com/css?family=Arvo|Ubuntu' rel='stylesheet' type='text/css'>
</head>

<body>

	<div id="msg">
		<h1>CLOSED</h1>
		
<a href="http://topicsdesign.com"><img src="http://topicsdesign.com/wp-content/uploads/2009/12/TopicsDesign.png" width="300px" /></a>
		
	</div>

</body>