html, body, div, span, h1, h3, p, a, em, strong {
   margin: 0; padding: 0;
}

html, body {
  min-height: 100%
}

html {
  background-color: #FFFFFF;
}

body {
  font: 85%/1.7 sans-serif;
  color: #000000;
}

a {
  color: #0090ff;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}


/*----------------------------------------------------------------------------*/


#page {
  min-width: 800px;
  min-height: 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('../images/errorpage-bg.gif');
}

#content {
  text-align: left;
  margin: auto;
  position : absolute;
  width: 100%;
  top: 50%;
  left: 0px;
}

#box {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  clear: both;
  background-color: #e6e6e6;
  text-align: center;
}

#box h1 {
  font-size: 500%;
  font-weight: bold;
  padding-top: 30px;
  color: red;
}

#box p {
  font-size: 120%;
}
