#stage.error-page{
  min-height: 650px;
  width: 1040px;
  margin-bottom: -20px;
}
#stage.error-page .top-text,
#stage.error-page .bottom-text{
  position: absolute;
  font-size: 18px;
  left: 385px;
  width: 260px;
  display: table;
  text-align: center;
}
#stage.error-page .top-text{
    top: 36px;
    height: 90px;
}
#stage.error-page .top-text span,
#stage.error-page .bottom-text span{
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 100%;
}
#stage.error-page .bottom-text{
  top: 284px;
  height: 40px;
}
#stage .error-desc-wrap{
  top:390px;
  width: 100%;
  position: absolute;
  background: url(../img/pageNotFound/404-bottom-box.png) no-repeat center center; 
}
#stage .error-desc{
  position: relative;
  min-height: 117px;
  width: 559px;
  background: #fff;
  margin: 0 0 0 242px;
  border: 1px solid #d9d9d9;
}
.error-desc table{
  clear: both;
}
.error-desc table tr:first-child{
  border-bottom: 1px solid #d9d9d9;
}
.error-desc table td{
  padding: 11px 12px;
}
#stage .error-desc-left-text{
  font-size: 18px;
  font-weight: bold;
  width: 171px;
  padding: 0 5px 0 42px;
  color: #163872;
  border-right: 1px solid #d9d9d9;
  vertical-align: middle;
}
#stage .error-desc-right-text,
#stage .error-desc-bottom-text{
  height: 46px;
  padding: 7px 5px 7px 20px;
  vertical-align: middle;
}
#stage .error-desc-bottom-text{
  padding-left: 42px;
}
