html,body,head,div,p,a {
	margin:0;
	padding:0;
}
.body-bg {
	background:url(../images/bg.jpg) repeat;
}
.main {
	width:700px;
	overflow:hidden;
	height:542px;
	margin:20px auto;
	background:url(../images/error-bg.png) no-repeat 0 0;
}
.title {
	font-size:14px;
	font-weight:bold;
	margin:254px 0 0 218px;
	color:#d3d3d3;
}
.btn {
	display:inline-block;
	background:url(../images/error-btn.png) no-repeat 0 0;
	width:145px;
	height:45px;
	font-size:14px;
	margin:95px 0 0 140px;
	line-height:43px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
