html, body, div, span, h1, p, a, em, strong {
   margin: 0; padding: 0;
}

body, html {
  height : 100%;
  border : 0px;
  text-align : center;
  background : #ffffff;
  font: 85% sans-serif;
}

hr {
  display: none;
}

a {
  color: #FFFFFF;
}

a:hover, a:focus, a:active {
  color: #FFFFFF;
}

#page {
  min-width: 440px;
  min-height: 301px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#content {
  text-align : left;
  margin : auto;
  position : absolute;
  top : 50%;
  left : 50%;
}

#box {
  position : absolute;
  top : -151px;
  left : -220px;
  width : 440px;
  height : 302px;
  overflow : hidden;
}
#box h1 {
  text-align: center;
  font-size: 600%;
  font-style: normal;
  font-weight: bold;
  color: #EA0000
}
#box a {
  color: #FFFFFF;
  text-decoration: underline
}
#box p {
  text-align: center;
  color: #FFFFFF;
  line-height: 1.8em;
  font-size: 140%;
  font-weight: bold
}
#box a:hover, #box a:focus, #box a:active {
  text-decoration: none
}
#box .err-header-cz {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden
}
#box .err-header-cz h1 {
  line-height: 55px
}
#box .err-msg-cz {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #EA0000;
  padding-top: 20px;
  border-bottom: 2px solid #FFFFFF
}
#box .err-header-en {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden
}
#box .err-header-en h1 {
  line-height: 50px
}
#box .err-msg-en {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #EA0000;
  padding-top: 20px
}
