<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6 lte9 lte8 lte7 lte6"> <![endif]-->
<!--[if IE 7 ]>    <html lang="en" class="ie7 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 8 ]>    <html lang="en" class="ie8 lte9 lte8"> <![endif]-->
<!--[if IE 9 ]>    <html lang="en" class="ie9 lte9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
	
	<title>Sneak</title>
	
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1">
	
	<style>
    /* Colors */
	html, body {
		height: 100%;
	}
	
    body {
        background: #f0f0f0;
		font-size: 16px;
		line-height: 20px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		padding: 0;
		margin: 0;
    }
	
	.wrap {
		height: 100%;
		position: relative;
		font-size: 0px;
	}
	
	.wrap:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 0px;
		background: red;
	}
	
	h1 {
		margin: 0;
		font-size: 20px;
		line-height: 32px;
		font-weight: normal;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		text-align: center;
	}
	
	a {
		color: #111;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	
	a:hover {
		color: #000;
		border-color: rgba(0,0,0,0.5);
	}
	</style>
	

</head>
<body>
	<div class="wrap">
		<h1><a href="http://twitter.com/sneak">@sneak</a></h1>
	</div>	
</body>
</html>