﻿
html
{
    overflow: auto;
}
body
{
    font-size: .625em;
}

#ads
{
    position: relative;
    width: 950px;
    margin: 0px auto 0px auto;
}
#ads #seperator
{
    position: absolute;
    width: 1278px;
    height: 5px;
    background-image: url(img/landingSeparator.jpg);
    background-repeat: repeat;
    top: 0px;
    left: -164px;
    z-index: -1;
}

#ads #adcontent
{
    width: 761px;
    height: 85px;
    z-index: 10;
    margin: 0px auto 0px auto;
    position: relative;
    top: 10px;
}

#ads #adcontent #ad1
{
    width: 234px;
    height: 60px;
    position: absolute;
    top: 15px;
    left: 100px;
}

#ads #adcontent #ad2
{
    width: 234px;
    height: 60px;
    position: absolute;
    top: 15px;
    left: 356px;
}

#ads #adcontent #ad3
{
    width: 234px;
    height: 60px;
    position: absolute;
    top: 15px;
    left: 614px;
}


#footer
{
    font-family: Arial;
    width: 950px;
    margin: 0px auto 0px auto;
}

#footer div
{
    width: 582px;
    margin: 0px auto 0px auto;
    padding-top: 25px;
}

#footer div img
{
    float: left;
    padding-right: 10px;
}

#footer div #footermenu
{
    color: White;
}

#footer div #footermenu a
{
    color: White;
    text-decoration: none;
    font-size: 1.2em;
}

#footer div #footermenu a:hover
{
    text-decoration: underline;
}

#footer div #footercopyright
{
    color: #00CBCB;
    font-size: 1em;
}
