<!DOCTYPE html>
<html>
<head>
	
	<meta name="viewport" content="width=device-width">
	<link rel="profile" href="http://gmpg.org/xfn/11">	
	<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,500' rel='stylesheet' type='text/css'>
	<meta title="Public Sector HR Podcast">
	
	<style type="text/css">
		
		body {
			font-family: 'Raleway', sans-serif;
			text-align: center;
		}
		.container {
			position: absolute;
			top: 50%;
			margin-top: -220px;/* half of #content height*/
			left: 0;
			width: 100%
		}
		#content {
			width: 400px;
			margin-left: auto;
			margin-right: auto;
			height: 365px;
		}
		h1.logo {
			background-image: url(logo.jpg);
			background-repeat: no-repeat;
			background-position: top center;
			height: 107px;
			width: 353px;
			text-indent: -9999px;
			margin: 0 auto;
		}
		
	</style>
	
</head>

<body>
	
	<div class="container">
		
		<div id="content">
			
			<h1 class="logo">Public Sector HR Podcast</h1>
			
			<p class="tagline">We have a new website on the way soon!</p>
			
		</div>
		
	</div>
	
</body>
</html>