body {
  background: url(../image/bg.png);
  background-color: #d4d4d4;
  color: #161a1e;
  font-family: Arial, Verdana, Tahoma, sans;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
}

a {
  color: #b70000;
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

body.error404 #main {
  background: transparent url('../image/404.png') scroll no-repeat 0 0;
  height: 369px;
  margin: auto;
  width: 740px;
}

body.error404 #message {
  margin: auto;
  text-align: center;
  width: 440px;
}