﻿body {
    background-color:#a4c23c;
}
#error {
    position:absolute;
    top:20%;
    left:30%;
}
#error.error500 {
    left:20%;
}
#error > .return {
  margin: 30px auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  display:table;
}

#error > .return > div{
  float: left;
  line-height: 2;
  margin-right:20px;
}
