

body {
  background: #e0dcd1 url(/images/layout/body_g.gif) right 400px no-repeat;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

a {
  color: #584838;
  text-decoration: none;
}
a:hover { color: #9C886D; }

h2 {
  font-weight: normal;
  font-size: 1.8em;
  color: #584838;
  margin: 0;
}

div.page {
  width: 820px;
  height: 210px;
  padding: 240px 70px 50px;
  margin: 100px auto 0;
  background: transparent url(/images/layout/404.jpg) center center no-repeat;
  position: relative;
  border: 1px solid #999;
}

.content {
  width: 820px;
  height: 100px;
  font-weight: bold;
}

.actions {
  display: block;
  background: transparent url(/images/layout/404_inner.jpg) center center no-repeat;
  height: 50px;
  width: 770px;
  position: absolute;
  bottom: 50px;
  left: 70px;
  padding: 40px 10px 10px 40px;
  outline:none;
}

.actions ul {
   margin-top:0;
   margin-bottom:0;
   font-weight: bold;
   color: #FFF;
   font-size: 1.4em;
}

.actions a:hover { color: #FFF; }

#bu_bullet_zone {
  position: absolute;
  top: 120px;
  right: 30px;
}

#bu_bullet_zone img {
  margin-right: 10px;
}

a, img {
  border: none;
  outline: none;
}