* {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  color: #222;
  background-color: white;
  font-family: 90% normal tahoma, sans-serif;
  width: 100%;
  height: 100%;
}

#all {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/bg.png) repeat;
}

#lt, #rt, #lb, #rb,
#top, #left, #right, #bottom {
  position: absolute;
  z-index: 20;
}

#lt {
  background: url(../images/lt.gif) no-repeat top left;
  left: 0;
  top: 0;
 width: 323px;
  height: 366px;
}

#rt {
  background: url(../images/rt.gif) no-repeat top right;
  right: 0;
  top: 0;
 width: 323px;
  height: 366px;
}

#rb {
  background: url(../images/lb.gif) no-repeat bottom right;
  right: 0;
  bottom: 0;
 width: 323px;
  height: 366px;
}

#lb {
  background: url(../images/rb.gif) no-repeat bottom left;
  left: 0;
  bottom: 0;
  width: 323px;
  height: 366px;
}

#top {
  top: 0;
  width: 99%;
  height: 257px;
  background: url(../images/top_bg.gif) repeat-x top;
}

#bottom {
  bottom: 0;
  width: 99%;
  height: 257px;
  background: url(../images/bottom_bg.gif) repeat-x bottom;
}

#left {
  left: 0;
  height: 99%;
  width: 323px;
  background: url(../images/left_bg.gif) repeat-y left;
}

#right {
  right: 0;
  height: 99%;
  width: 323px;
  background: url(../images/right_bg.gif) repeat-y right;
}

#flash {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -411px;
  width: 821px;
  height: 661px;
  z-index: 99;
}