@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	background:url(../images/bg.jpg) left top repeat-x #FFF;
	font-size:12px;
	font-family:"微软雅黑";
}
a {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39C;
}
#container {
	width:750px;
	margin:120px auto 0;
	background:url(../images/errorBg.gif) bottom left repeat-x #FFF;
	position:relative;
	border-radius:5px;
	box-shadow:#CCC 3px 2px;
	padding:70px 80px;
}
#container #logo {
	width:316px;
	height:80px;
	display:block;
	position:absolute;
	left:10px;
	top:-90px;
}
#container #tipImg {
	background:url(../images/errorBg1.jpg) left top no-repeat;
	width:215px;
	height:190px;
	position:absolute;
	bottom:0;
	right:30px;
}
#container #copyright {
	position:absolute;
	bottom:-25px;
	left:0;
	text-align:center;
	width:100%;
}
#container h1 {
	margin:0 0 15px;
}
#container p {
	margin:5px 0;
}
#container dd {
	margin-bottom:15px;
	padding-left:2em;
}
