

body
{
    background-color: #222222;
    color: #999999;
    font-size: 16px;
    font-family: "Text Me One", Helvetica, sans-serif;
    margin: 0px;
    -webkit-box-shadow: inset 2px 2px 30px 10px #111111;
    -moz-box-shadow: inset 2px 2px 30px 10px #111111;
    box-shadow: inset 0px 0px 30px 10px #111111;
    padding: 0px 30px 0px 30px;
    height: 100%
}

font.title_dark
{
    color: #6b6b6b;
    font-size: 24px;
    letter-spacing: 4px;
}

font.title_yellow
{
    color: #666633;
    font-size: 24px;
    letter-spacing: 4px;
}

font.title_bright
{
    color: #999999;
    font-size: 34px;
    letter-spacing: 10px;
}

font.selection::selection      { background: #222222; }
font.selection::-moz-selection { background: #222222; }


div.title
{
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 20px;
    border-bottom: #333333 1px solid;
    padding-top: 20px;
    padding-bottom: 10px;
}
div.title::selection      { background: #222222; }
div.title::-moz-selection { background: #222222; }

.footer
{
    text-align: center;
    padding-top: 10px;
    border-top: #333333 1px solid;
    margin-top: 20px;
    color: #666666;
}
.footer::selection      { background: #222222; }
.footer::-moz-selection { background: #222222; }

div.content
{
    color: #999999;
    font-size: 16px;
}
div.content::selection      { color: #AAAAAA; background: #505125; }
div.content::-moz-selection { color: #AAAAAA; background: #505125; }


