﻿body 
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
    font-family: Tahoma, Verdana, Arial, Times;
    font-size:12px;
    line-height:130%;
    color:White;
    background-color:Black;
}
#pageholder
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
    padding:1px;
    border:1px gray solid;
}
#header
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/dating_header.gif);
    background-repeat:no-repeat;
    text-align:right;
    font-size:14px;
}
#header a
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color:White;
}
#header a:hover
{
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    color: Orange;
}
#maincontent
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
}
#maincontent a
{
    text-decoration: none;
    color: White;
}
#maincontent a:hover
{
    text-decoration: none;
    color: Yellow;
}

#background
{
    background-image:url(images/background.jpg);
    height:200px;
}

