body
{
    font-family: tahoma, arial, helvetica, sans-serif;
    color: #000;
    background-color: #ddd;
    background-image: url(/image/background.png);
    background-repeat: repeat-x;
}

.content
{
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 500px;
}

.modeHome .content
{
    background-image: url(/image/picture.png);
    background-repeat: no-repeat;
    background-position: 189px 29px;
}

#picture,
#pictureOverlay
{
    background-color: #eee;
    width: 320px;
    height: 320px;
    border: 15px solid white;
    position: absolute;
    left: 200px;
    top: 40px;
}

#pictureOverlay
{
    width: 640px;
    height: 640px;
}

a,
a:link,
a:visited
{
    color: rgb(67,134,188);
}

a:hover
{
    color: rgb(182,184,91);
}

#question
{
    margin-top: 380px;
    text-align: center;
    font-size: 105%;
}

#answer
{
    text-align: center;
    font-size: 90%;
}


#answer a
{
    font-weight: bold;
    font-size: 105%;
}

h1
{
    text-align: center;
    font-size: 120%;
}

h1 img
{
    width: 216px;
    height: 30px;
}

.about
{
    position: absolute;
    right: 0;
    top: 34px;
    font-size: 80%;
    padding: 5px;
    padding-top: 22px;
    width: 150px;
    height: 300px;
    background-image: url(/image/about.png);
    background-repeat: no-repeat;
}

.about,
.about a
{
    color: #555;
}

#message
{
    position: absolute;
    left: 242px;
    top: 200px;
    background-color: #fff;
    color: #555;
    font-weight: bold;
    font-size: 80%;
    width: 250px;
    height: 22px;
    text-align: center;
    border: 5px solid rgb(182,184,91);
    -moz-border-radius: 7px;
    background-image: url(/image/progress.gif);
    background-repeat: no-repeat;
    background-position: 15px 5px;
    padding: 3px;
    padding-top: 5px;
    display: none;
}

#questionAnswer
{
    display: none;
}

a img
{
    border: 0;
}

table
{
    width: 550px;
    border-collapse: collapse;
    margin-bottom: 30px;
}

th,
td
{
    padding: 10px;
    text-align: center;
}

th
{
    padding-top: 2px;
    color: #777;
    border-bottom: 2px solid #777;
}

.thumbnail
{
    width: 224px;
    height: 224px;
    border: 6px solid #fff;
    background-color: #eee;
    background-image: url(/image/progress.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

th em
{
    font-size: 90%;
    color: #999;
}

.separator
{
    border-bottom: 1px solid #777;
    height: 1px;
    overflow: hidden;
    display: block;
    margin-top: 8px;
    padding-bottom: 4px;
}

.poolNavigation
{
    text-align: center;
    width: 520px;
    -moz-border-radius: 8px;
    background-color: #eee;
    padding: 10px;
    font-size: 90%;
}

a.selfLink
{
    color: #000;
    text-decoration: none;
}

a.selfLink:hover
{
    color: rgb(182,184,91);
    text-decoration: underline;
}

.faq
{
    padding-bottom: 60px;
}

.faq a
{
    color: #000;
}

.faq h2
{
    border-bottom: 1px solid black;
    text-align: center;
    background-color: #eee;
    padding: 2px;
}