/**
 * Common
 */
body
{
    background: #eff1f3 url(../image/bg.png) repeat-y;
    font: normal 12px arial,sans-serif;
    color: #d6d6d6;
}

a
{
    color: #003366;
    text-decoration: none;
}

a:hover
{
    color: #00adef;
}

object
{
    display: block;
}


/**
 * Header
 */
div#header
{
    width: 1000px;
    height: 93px;
    background: url(../image/header.png) no-repeat;
    text-align: right;
}


/**
 * Content
 */
div#content
{
    position: relative;
    padding: 104px 517px 0px 63px;
    width: 420px;
    height: 366px;
    background: url(../image/content.jpg) no-repeat;
}

div#content h1
{
    margin: 0px 0px 2px 0px;
}

div#content p
{
    margin: 0px 0px 50px 0px;
    line-height: 14px;
}

div#content a
{
    position: absolute;
    top: 183px;
    left: 60px;
    width: 212px;
    height: 28px;
    background: url(../image/btn_download_lo.gif) no-repeat;
}

div#content a:hover
{
    background: url(../image/btn_download_hi.gif) no-repeat;
}

/**
 * Footer
 */
div#footer
{
    position: absolute;
    top: 100%;
    margin: -27px 0px 0px 0px;
    padding: 8px 20px 0px 0px;
    width: 980px;
    height: 19px;
    background: url(../image/footer.png) no-repeat;
    font-size: 10px;
    color: #666666;
    text-align: right;
    white-space: nowrap;
}

div#footer a
{
    color: #666666;
}

div#footer a:hover
{
    color: #00adef;
}


