body {
  margin: 0px;
  padding: 0px;
  background: white;
  font: "Segoe UI", "Segoe WPC", Helvetica, Arial, "Arial Unicode MS", Sans-Serif;
}
.wrapper {
  height: auto;
  width: 1017px;
  margin: 0px auto 10px auto;
  position: relative;
  left: 0px;
  right: 0px;
  clear: both;
  display: block;
}
.errorpage {
  height: 100%;
  width: 100%;
  text-align: center;
}
.errorpage .p404 {
  font-size: 42pt;
  line-height: 52pt;
  color: #656563;
}
.errorpage .sorry {
  font-size: 36pt;
  line-height: 46pt;
  color: #7093BB;
}
.errorpage .homepage {
  font-size: 30pt;
  line-height: 40pt;
  color: #BBBEC7;
  text-align: center;
  text-decoration: none;
}
.errorpage .homepage:hover {
  text-decoration: underline;
}