html, body
  {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

#page
  {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 11;
    min-width: 990px;
  }

#header
  {
    width: 100%;
    height: 307px;
    position: absolute;
      top: 0;
      left: 0;
    z-index: 12;
  }

#header_content
  {
    width: 100%;
    height: 100%;
    position: relative;
  }

#head_left
  {
    width: 744px;
    height: 307px;
    position: absolute;
      top: 0;
      left: 0;
    background: url('/images/Head_left.jpg') no-repeat left bottom;
    z-index: 14;
  }

#head_right
  {
    width: 455px;
    height: 307px;
    position: absolute;
      top: 0;
      right: 0;
    background: url('/images/Head_right.jpg') no-repeat left bottom;
    z-index: 13;
  }

#head_links
  {
    width: 500px;
    height: 50px;
    z-index: 14;
    position: absolute;
      top: 30px;
      right: 10px;
  }

#main_table
  {
    width: 100%;
    height: 100%;
    margin: 0 0 -43px 0;
    z-index: 11;
  }

#page_left
  {
    width: 300px;
    padding: 306px 0 100px;
    vertical-align: top;
  }

#page_center
  {
    padding: 317px 0 53px;
    vertical-align: top;
  }

#page_right
  {
    width: 300px;
    padding: 306px 0 53px;
    vertical-align: top;
  }

#footer
  {
    width: 100%;
    height: 43px;
    position: relative;
    z-index: 12;
  }
