@charset "UTF-8";

body
{
    font-size: 12px;
    font-family: arial;
    background: #000000;
    text-align: center;
    width: 1024px;
    height: 600px;
    margin: auto;
    color: #f5f5f5;
}

#banner
{
    background: url(logo.jpg) center center no-repeat;
    height: 75px;
}

#header
{
    background: #000000;
    clear: both;
    font-weight: bold;
    color: #f5f5f5;
    text-align: center;
    border: 1px #f0f0f0 solid;
    padding: 2px;
    margin: 4px auto;
    width: 1024px auto;
    -moz-box-shadow: inset 0 0 8px #aaa;
    -webkit-box-shadow: inset 0 0 8px #aaa;
    box-shadow: inset 0 0 8px #aaa;
}

#header a
{
    color: #ffffff;
    text-decoration: none;
    padding: 2px;
}

#header a:hover
{
    color: #40FF00;
}

#header a:active
{
    color: #40FF00;
    text-decoration: none;
}

/* CONTENT */

#content
{
    clear: both;
    margin: 5px auto;
    padding: 13px;
    text-align: left;
    width: 1024px auto;
    height: 600px;
    overflow: auto;
    overflow-x: hidden;
    border:1px #f0f0f0 solid;
    color: #f5f5f5;
    background: url(bg.jpg) center no-repeat;
    -moz-box-shadow: inset 0 0 8px #aaa;
    -webkit-box-shadow: inset 0 0 8px #aaa;
    box-shadow: inset 0 0 8px #aaa;
}

#foo
{
    background-color: #000000;
    height: 1px;
    width: 800px;
}

#content a
{
    color: #40FF00;
    text-decoration: none;
    font-weight:bold;
}

#content a:hover
{
    text-decoration: underline;
}

#content h1
{
    font-size: 18px;
}

#content h2
{
    font-size: 12px;
}

#content hr
{
    width: 1024px auto;
    height: 0px;
    color: #000000;
}

#small
{
    font-size: 6px;
}

#footer
{
    background: #000000;
    clear: both;
    color: #f5f5f5;
    text-align: center;
    padding: 1px;
    margin: 1px auto;
    width: 1024px auto;
    border: 1px #f0f0f0 solid;
    -moz-box-shadow: inset 0 0 8px #aaa;
    -webkit-box-shadow: inset 0 0 8px #aaa;
    box-shadow: inset 0 0 8px #aaa;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#footer a
{
    color: #ffffff;
}

#footer a:hover
{
    text-decoration: underline;
    color: #40FF00;
}

#logo
{
    background: #000000;
    border: 1px #f0f0f0 solid;
    padding: 1px;
    margin: 5px auto;
    -moz-box-shadow: inset 0 0 12px #aaa;
    -webkit-box-shadow: inset 0 0 12px #aaa;
    box-shadow: inset 0 0 12px #aaa;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

::selection
{
    background: #40FF00;
}

/* EOF */
