html, body
{
    font-family: Verdana;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    background: #E9E8E8;
    color: #3B443F;
}

img
{
    border: 0px;
}

a
{
    color: #515B55;
    outline: none;
    text-decoration: none;
}

a:hover
{
    color: #717B77;
}

div#container
{
    width: 1039px;
    margin-left: auto;
    margin-right: auto;

}

div#header
{
    position: relative;
    z-index: 1;
    background: url( ../images/top-page.png );
    width: 1039px;
    height: 236px;
}

div#contents
{
    position: relative;
    z-index: 3;
    font-size: 12px;
    background: url( ../images/mid-page.png ) repeat-y;
    width: 1039px;
}

div#footer
{
    position: relative;
    z-index: 1;
    background: url( ../images/bottom-page.png );
    width: 1039px;
    height: 273px;
}

div#footer_sans
{
    position: relative;
    z-index: 1;
    background: url( ../images/bottom-page-second.png );
    width: 1039px;
    height: 100px;
}

div#button_a
{
    position: absolute;
    top: 175px;
    left: 26px;
    width: 110px;
    height: 38px;
    background: url( ../images/button.png ) no-repeat;
    padding: 7px 0px 0px 36px;
    cursor: pointer;
}

div#button_b
{
    position: absolute;
    top: 175px;
    left: 134px;
    width: 110px;
    height: 38px;
    background: url( ../images/button.png ) no-repeat;
    padding: 7px 0px 0px 24px;
    cursor: pointer;
}

div#button_c
{
    position: absolute;
    top: 175px;
    left: 242px;
    width: 110px;
    height: 38px;
    background: url( ../images/button.png ) no-repeat;
    padding: 7px 0px 0px 26px;
    cursor: pointer;
}

div#button_d
{
    position: absolute;
    top: 175px;
    left: 458px;
    width: 110px;
    height: 38px;
    background: url( ../images/button.png ) no-repeat;
    padding: 7px 0px 0px 18px;
    cursor: pointer;
}

div#button_e
{
    position: absolute;
    top: 175px;
    left: 566px;
    width: 110px;
    height: 38px;
    background: url( ../images/button.png ) no-repeat;
    padding: 7px 0px 0px 26px;
    cursor: pointer;
}

div#button_f
{
    position: absolute;
    top: 175px;
    left: 350px;
    width: 110px;
    height: 38px;
    background: url( ../images/button.png ) no-repeat;
    padding: 7px 0px 0px 32px;
    cursor: pointer;
}

div#button_a:hover, div#button_b:hover, div#button_c:hover, div#button_d:hover, div#button_e:hover, div#button_f:hover
{
    background: url( ../images/button-hover.png ) no-repeat;
    cursor: pointer;
}

div#contact_text
{
    position: absolute;
    display: inline;
    top: 213px;
    left: 165px;
    width: auto;
}

div#contact_text_second
{
    position: absolute;
    display: inline;
    top: 40px;
    left: 165px;
    width: auto;
}

div#copyright_text
{
    position: absolute;
    display: inline;
    top: 248px;
    left: 709px;
    width: auto;
    color: #777777;
    font-size: 10px;
}

div#copyright_text_second
{
    position: absolute;
    display: inline;
    top: 75px;
    left: 709px;
    width: auto;
    color: #777777;
    font-size: 10px;
}