/*
  * k4y@ihack.lv
  * www.k4y.lv
*/

* {
  padding: 0px;
  margin: 0px;
}

body, html {
  height: 100%;
}
 
body {
  background: #444;
  color: #000;
  text-align: center;
}
 
#t {
  width: 100%;
  height: 50%;
  position: relative;
  z-index: -1;
}
 
#box {
  background: url(/img/404bg.gif) no-repeat;
  margin: -130px auto 0px auto;
  width: 400px;
  height: 200px;
}
