<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>您访问的页面不存在 | 您确认输入正确网址</title>

<!-- Internet Explorer HTML5 enabling script: -->

<!--[if IE]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<style>
	*{
		margin:0;
		padding:0;
	}

	body{
		background:url('img_404/bg.png') no-repeat center center #1d1d1d;
		color:#eee;
		font-family:Corbel,Arial,Helvetica,sans-serif;
		font-size:13px;
	}

	#rocket{
		width:275px;
		height:375px;
		background:url('img_404/rocket.png') no-repeat;
		margin:140px auto 50px;
		position:relative;
	}

	/*	Two steam classes. */

	.steam1,
	.steam2{
		position:absolute;
		bottom:78px;
		left:50px;
		width:80px;
		height:80px;
		background:url('img_404/steam.png') no-repeat;
		opacity:0.8;
	}

	.steam2{

	   /*	.steam2 shows the bottom part (dark version)
		*	of the background image.
		*/

		background-position:left bottom;
	}

	hgroup{

		/* Using the HTML4 hgroup element */

		display:block;
		margin:0 auto;
		width:850px;
		font-family:'Century Gothic',Calibri,'Myriad Pro',Arial,Helvetica,sans-serif;
		text-align:center;
	}

	h1{
		color:#76D7FB;
		font-size:60px;
		text-shadow:3px 3px 0 #3D606D;
		white-space:nowrap;
	}

	h2{
		color:#9FE3FC;
		font-size:18px;
		font-weight:normal;
		padding:25px 0;
	}

	/* Only Needed For The Demo Page */

	p.createdBy{
		font-size:15px;
		font-weight:normal;
		margin:50px;
		text-align:center;
		text-shadow:none;
	}

	a, a:visited {
		text-decoration:none;
		outline:none;
		border-bottom:1px dotted #97cae6;
		color:#97cae6;
	}

	a:hover{
		border-bottom:1px dashed transparent;
	}
</style>

</head>

<body>

<div id="rocket"></div>

<hgroup>
    <h1>您访问的页面不存在</h1>
    <h2>没有发现您要找的页面.</h2>
</hgroup>

</body>
</html>
