﻿body
{
    background-color: #E4BE05;
    text-align: center;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 14px;
}

p
{
}

a, a:visited, a:hover
{
    color: #ffffff;
    text-decoration: none;
}

a:hover
{
    color: #A4AC98;
    text-decoration: none;
}

#main-table
{
    background-image: url(images/creative_sprite.gif);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin: auto;
    width: 700px;
    text-align: left;
    border: solid 5px #ffffff;
    margin-top: 50px;
    padding: 30px;
}
