  body
    {
    margin: 0;
    padding: 0;
    background: #bbffaa url('back.jpg') top repeat-x;
    }

  #ind_tab
    {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    }

  #big
    {
    width: 1000px;
    height: 660px;
    position: relative;
    padding: 0;
    margin: auto;
    background: #fff url('main.jpg') repeat-x;
    border: 1px solid #ccc;
    }

  #header
    {
    width: 1000px;
    height: 120px;
    position: absolute;
    top: 0px; left: 0px;
    background: url('header.jpg') no-repeat;
    }

  #image
    {
    width: 1000px;
    height: 450px;
    position: absolute;
    top: 120px; left: 0px;
    background: url('image.jpg') no-repeat;
    }

  #copy
    {
    width: 1000px;
    height: 90px;
    position: absolute;
    top: 570px; left: 0px;
    color: #fff;
    font: 13px/24px verdana;
    background: #004000;
    }

  #copy a
    {
    color: #fff;
    text-decoration: none;
    }

  #copy a:hover
    {
    color: #ddd;
    text-decoration: underline;
    }

  #button
    {
    width: 245px;
    height: 100px;
    position: absolute;
    top: 150px; left: 52px;
    color: #ccc;
    font: bold 24px/24px arial;
    border: 1px solid #ccc;
    }

  #button a
    {
    color: #ccc;
    text-decoration: none;
    padding-top: -50px;
    background: url('button_1.jpg') 0px 0px repeat;
    }

  #button a:hover
    {
    color: #ddd;
    text-decoration: underline;
    padding-top: -50px;
    background: url('button_2.jpg') 0px 0px repeat;
    }

  #page
    {
    width: 1000px;
    height: 240px;
    position: relative;
    top: 10px; padding: 0;
    margin: auto;
    }
