body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 2.4em;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #0d3359;
}

.container {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 930px;
  height: 560px;
  resize: both;
}

.errorimg {
  display: inline-block;
  position: relative;
  height: 100%;
}

.content {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding-top: 70px;
  color: #fff;
}

a:link {
  color: #ffea8b;
}

a:visited {
  color: #ffea8b;
}

a:hover {
  color: #fff;
}

a:active {
  color: #ffea8b;
}

.link {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12pt;
  padding-top: 40px;
}

.img404 {
  background-image: url("/custerr/images/404.jpg");
  background-repeat : no-repeat;
  background-size: cover;
  width:640px;
  height:410px;
}

.img403 {
  background-image: url("/custerr/images/403.jpg");
  background-repeat : no-repeat;
  background-size: cover;
  width:644px;
  height:410px;
}

.imgError {
  background-image: url("/custerr/images/errorgraphic.jpg");
  background-repeat : no-repeat;
  background-size: cover;
  width:681px;
  height:554px;
}

.imgDla {
  background-image: url("/custerr/images/dlalogo.png");
  background-repeat : no-repeat;
  background-size: cover;
  width:165px;
  height:200px;
}
