﻿body
{
    background: #fff url(/head-bg.png) repeat-x top;
    color: #000;
}
#quote, #about
{
   width: 600px;
   max-width: 600px;
   margin: auto;
   margin-top: 10%;
}
.quote h1
{
    font-family: Georgia, Times New Roman, Times, Verdana, Arial, Sans-Serif; 
    font-weight: normal;
    font-size: 170%;
    line-height: 140%;
    font-style: italic;
}
.author
{
    font-size: 100%;
    font-family: Lucida Sans, Georgia, Verdana, Arial, Sans-Serif;
    text-align: right;
}
#about
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 80%;
    line-height: 170%;
    width: 400px;
}
#about h1
{
    font-family: Georgia, Times New Roman, Times, Verdana, Arial, Sans-Serif; 
    font-weight: normal;
    font-size: 210%;
    line-height: 140%;
    font-style: italic;
}
#langselector
{
    max-width: 250px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
}
#langselector p
{
    margin-top: 0;
    padding-top: 0;
}
#savemessage
{
    border: 1px solid #99FF99;
    background: #CCFFCC;
    margin-top: 10px;
    padding: 10px;
}
#savemessage p
{
    margin: 0;
    padding: 0;
}
form
{
    margin: 0;
    padding: 0;
}
input[type=submit]
{
    cursor: pointer;
}
#about #createdby
{
    margin-top: 40px;
}
#foot
{
    bottom: 10px;
    position: absolute;
    width: 99%;
    font-size: 60%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#foot ul
{
    margin-top: 10px;
    list-style: none;
    margin-right: 30px;
    text-align: right;
}
#foot ul li
{
    display: inline;
}
#foot a
{
    color: #808080;
    font-weight: bold;
    text-decoration: none;
}
#foot a:hover
{
    text-decoration: underline;
}