* html {
  font-size: 75%; }

body {
  background: black;
  font-family: Helvetica, "Helvetica Neue", "Droid Sans", Arial, sans-serif;
  color: #ff9900; }

.contem {
  width: 60.438em;
  min-width: 28em;
  margin: 0 auto; }

.error-header {
  border-bottom: 1px solid #600;
  margin-bottom: 3em; }

.error-body {
  color: #fff;
  line-height: 1.5em; }

.error-g1, .error-g2 {
  float: left;
  width: 50%; }

@media only screen and (max-width: 60.45em) {
  .contem {
    width: 100%;
    min-width: 100%; }

  .error-g1, .error-g2 {
    clear: both;
    width: 100%;
    text-align: center; }

  .error-g-inner {
    margin: 0 auto;
    max-width: 480px; } }
.error-title {
  color: #ecce52;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-style: italic;
  font-size: 2em; }

.error-link {
  color: #600;
  text-decoration: none; }

.error-link:hover {
  text-decoration: underline; }

.error-link-conteiner {
  padding-top: 3em;
  padding-bottom: 2em; }
