body
{
    background-color: #fff;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
}

a
{
    color: #00a;
}

#panel
{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 500px;
}

#continue
{
    position: absolute;
    left: 20px;
    top: 280px;
    width: 500px;
}

#panel img
{
    border: 1px solid black;
}

#copyright
{
    position: absolute;
    left: 20px;
    top: 320px;
    width: 500px;
    font-size: 90%;
    border-top: 1px solid black;
}

