/*----------pages----------*/
/**/
.page{
	padding-top: 130px;
	padding-bottom: 300px;
}

.p404{
	width: 215px;
	padding-left: 125px;
	background: url(../images/404.png) no-repeat 0 50%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -215px;
}
.p404 h3{
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding-top: 10px;
}
.p404 p{
	line-height: 20px;
	margin-top: 10px;
	color: #333;
}
.p404 p a{
	background: none no-repeat 0 50%;
	padding-left: 15px;
	color: #333;
}
.p404 p a.ico1{
	background-image: url(../images/return.png);
}
.p404 p a.ico2{
	background-image: url(../images/home-404.png);
}
.p404 .join{ background: url("/images/btn_join_2.png") no-repeat ;
    display: inline-block;
    height: 31px;
    width: 170px;}