<!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" />
<title>过眼云烟</title>
<style type="text/css" media="screen">
<!--
*{
margin:0;
padding:0;
}
body{
}
div.clouds{
margin:10% auto 0;
width:100%;
height:220px;
}
div.clouds a{
display:block;
width:650px;
height:100%;
margin:auto;
background:url(images/clouds_h.jpg) no-repeat center;
}
div.clouds a:hover{
background-image:url(images/clouds.jpg);
}
div.enter{
width:100%;
text-align:center;
}
div.enter a{
display:block;
width:100px;
height:30px;
margin:auto;
background:url(images/enter.gif) no-repeat center;
}
div.enter a:hover{
background-image:url(images/enter_h.gif);
}
a{
text-decoration:none;
font-size:14px;
color:#0099FF;
}
a span{
visibility:hidden;
}
div.feed{
font-family: Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif; 
text-align: center; 
line-height: 24px; 
margin: 40px 0 40px 0;
}

-->
</style>
</head>

<body>
<div class="clouds">
<a href="/blog/" title="过眼云烟 Enter Blog"><span>过眼云烟</span></a>
</div>
<div class="enter">
<a href="/blog/" title="过眼云烟 Enter Blog"><span>过眼云烟</span></a>
</div>
<div class="feed">
     
</div>  

<span style="display: none;">

<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-464082-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>
</span>

</body>
</html>