html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  background-color: #797878;
}

.clear {clear: both; font-size:0px;}
img {margin: 0; border: none;}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

h1 {
  font-size: 16px;
  padding: 15px 0 10px 0;
}

h2 {
  font-size: 14px;
  padding: 0 0 10px 0;
}

h3 {
  padding: 2px 0;
}

#all {
  height: 100%;
  width: 763px;
  display: table;
  vertical-align: middle;
  text-align: left;
  margin: 0 auto;
}

#content {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

#footer {
  text-align: right;
  background-color: #797878;
}

#footer img {
  padding: 0 6px;
}

#page {
  background: #ffffff url(../i/bg_page.gif) repeat-y top left;
  width: 763px;
  /*height: 468px;*/
  text-align: left;
}

#page_top {
  font-size: 0;
  height: 7px;
  background: #ffffff url(../i/bg_top.gif) repeat-x top;
}

#page_top_l {
  width: 7px;
  height: 7px;
  float: left;
  font-size: 0;
  background: #ffffff url(../i/bg_top_l.gif) no-repeat bottom left;
}

#page_top_r {
  width: 7px;
  height: 7px;
  float: right;
  font-size: 0;
  background: #ffffff url(../i/bg_top_r.gif) no-repeat bottom right;
}

#page_bottom {
  font-size: 0;
  height: 7px;
  background: #ffffff url(../i/bg_bottom.gif) repeat-x bottom;
}

#page_bottom_l {
  width: 7px;
  height: 7px;
  float: left;
  font-size: 0;
  background: #ffffff url(../i/bg_bottom_l.gif) no-repeat top left;
}

#page_bottom_r {
  width: 7px;
  height: 7px;
  float: right;
  font-size: 0;
  background: #ffffff url(../i/bg_bottom_r.gif) no-repeat top right;
}

#page_content {
  margin: 0 4px;
  height: 450px;
}

#left {
  float: left;
  width: 250px;
  height: 440px;
  border-bottom: 1px solid #ffffff;
  padding: 6px 0 0 10px;
}

#right {
  float: right;
  width: 485px;
  font-size: 0;
  line-height: 0;
}

#flash {
  background-color: red;
  width: 480px;
  height: 446px;
  margin: 2px 0;
}

