﻿body
{
    background-image: url(/images/bck2.jpg);
    background-repeat:no-repeat;
    height: 919px;
    margin: 0px;
    display: block;
    background-color: #000000;
}

#wrapper {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-left: 60px;
    margin-top: 20px;
    width: 900px;
}

#header {
    width: 900px;
    background-image: url(/images/online.jpg);
    background-repeat:no-repeat;
    background-position: 350px 9px;
    height: 50px;
}

#header h1 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50pt;
    font-weight: 900;
}

#header a
{
    color: white;
    text-decoration: none;
}

#content
{
    background-image: url(/images/girl.jpg);
    background-repeat:no-repeat;
    background-position: bottom left;
    background-color: black;

    border: 1px solid #434343;
    color: #DCDCDC;
    padding: 22px 3px 20px 300px;
    min-height: 600px;
}

#content h1 
{
    font-size: large;
    font-weight: bold;
    color: #DCDCDC;
    margin-top: -15px;
}

#content li 
{
    background-image: url(/images/bullet2.gif);
    background-repeat:no-repeat;
    padding-left: 30px;
    margin-left: -25px;
    font-size: 11pt;
    font-weight: bold;
    color: #ffc0c0;
    list-style: none;
    height: 28px;
}

#faq li
{
    list-style: circle;
    background-image: none;
    font-size: small;
    color: White;
    margin-left: 0px;
    padding-left: 0px;
    height: auto;
    font-weight: normal;
    }
    
#faq a
{
    color: White;
    text-decoration: none;
}

#faq a:hover
{
    text-decoration: underline;
}

#footer
{
    text-align: center;
    color: #CCCCCC;
    font-size: x-small;
    margin-top: 5px;
    width: 900px;
}

#footer a
{
    color: #CCCCCC;
    text-decoration: underline;
}
#footer a:hover
{
    color: #DDDDDD;
    text-decoration: none;
}

#friends
{
    text-align: center;
    color: #BBBBBB;
    font-size: xx-small;
    margin-top: 15px;
    width: 900px;
}

#friends a
{
    color: #BBBBBB;
    text-decoration: underline;
}
#friends a:hover
{
    color: #CCCCCC;
    text-decoration: none;
}
