body,html{
  background: #fff;
  font: 14px/1 Arial;
  height:100%;
  padding:0;
  margin:0;
}

.wrap{
  margin:0 auto;
  max-width:980px;
  min-width:380px;
  position: relative;
  height: 100%;
}
a{
  color:#0f70d1;
}

.grey{
  color:#bbbbbb;
}
.top{
  top:40px;
  width:100%;
  position: absolute;
  z-index: 1;
}
.error-span{
  margin-left:20px;
}
.digit{
  font-size:70px;
  margin-left:20px;
}

.center{
  text-align: center;
  
  position: relative;
}
.logo{
  margin-top:80px;
  margin-bottom:40px;
}
.text{
  color:#000;
  margin-bottom:10px;
}
.picture{
  position: absolute;
  bottom:1px;
  right:0;
}