<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta name="robots" content="index">
	<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1, maximum-scale=1">
	<title>cjube.com</title>
	<style type="text/css">
	<!--
	.closed,
	.sign {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	color: #666666;
	}

	.closed {
	display:none;
	}

	body, html {height: 100%;}
	#outer {height: 100%; overflow: visible;} /* or without overflow */

	#outer {height: 300px; overflow: hidden; position: relative; width: 100%;}
	#outer[id] {display: table; position: static;}

	#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
	#middle[id] {display: table-cell; vertical-align: middle; position: static;}

	#inner {position: relative; top: 0; text-align: left;} /* for explorer only */
	#inner {width: 280px; margin-left: auto; margin-right: auto;} /* for all browsers*/
		/* optional: #inner[id] {position: static;} */
	-->
	</style>
    </head>
<body>
<div id="outer">
<div id="middle">
<div id="inner">
<span class="sign">we are gone. <br>sad but true.</span>
</div>
</div>
</div>
</body>
</html>
