/* (c)2009 Nicolas-Zhao(ZhaoXiaodong)
 * email: nicolas-zhao@hotmail.com */ 

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#E4E4E4;
}

img {
	border: 0;
}

html img {
	vertical-align: text-bottom;
} 

ul{
	list-style:none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 18px;
}h1{
	width:215px;
	height:89px;
	background:url(images/logo.gif)
}h1 a{
	display:block;
	height:89px;
}.clear {
	clear: both;
}#main, #header, #contents, #footer {
	width: 800px;
}#main {
	height:500px;
	margin: 50px auto 0;
	text-align: left;
	background: url(images/error.jpg) no-repeat;
	position:relative;
}#header{
	height:89px;
}#contents{
	position:relative;
}#contents .link{
	display:block;
	width:90px;
	height:20px;
	position:absolute;
	top:285px;
	left:235px;
}#contents .link:hover{
	border-bottom:dashed 2px #666;
}#footer {
	clear: both;
	text-align: center;
	padding: 25px 0;
	position:absolute;
	bottom:0;
}#footer p span {
	margin-right: 10px;
	color:#666;
}#footer #icp-card {
	width: 35px;
	height: 43px;
	display: block;
	background: url(images/icp-card.gif) no-repeat;
	position: absolute;
	top: 10px;
	right: 30px;
}
