/* reset */
*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-spacing: 0px;
}
body
{
    font-size: 1px;
}
/* main */
body
{
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-image: none;
}
#layer
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#layer table
{
    position: absolute;
    width: 582px;
    width: 580px;
    border: 0px;
    top: 50%;
    left: 50%;
    margin-left: -291px;
    margin-top: -290px;
}
#copyright
{
    margin-top: 20px;
    font-family: "Helvetica", "Trebuchet MS", sans-serif;
    font-size: 9px;
    color: #b4b4b6;
    text-align: center;
}
#copyright a
{
    color: #b4b4b6;
    text-decoration: none;
}
#copyright a:hover
{
    color: #2aa9e0;
}