﻿body
{
    background-color: Black;
}

#homeMain
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: White;
    height: 705px;
    width: 800px;
}

#bottomLeft
{
    float: left;
    width: 399px;
    background-color: #990000;
    height: 100px;
    position: relative;
    top: 0px;
}

#homeSplash
{
    height: 530px;
    width: 800px;
}
#bottomRight
{
    float: right;
    width: 374px;
    height: 90px;
    position: relative;
    top: 0px;
    background-color: #808080;
    text-align: center;
    padding-left: 25px;
    padding-top: 10px;
    
}

a.started
{
    display:block;
    width: 165px;
    height: 28px;
    background-image: url("images/amStart.png");
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: -1px 0px;
    text-decoration: none;
     font-size: 0px;
}

a.started:hover
{
    
    display:block;
    width: 165px;
    height: 28px;
    background-image: url("images/amStart.png");
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: -169px 0px;
      text-decoration: none;
     font-size: 0px;
}
    
a.howMuch
{
  
    display:block;
    width: 186px;
    height: 28px;
    background-image: url("images/amHowMuch.png");
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    text-decoration: none;
     font-size: 0px;
}

a.howMuch:hover
{
   
    display:block;
    width: 186px;
    height: 28px;
    background-image: url("images/amHowMuch.png");
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: -186px 0px;
     text-decoration: none;
     font-size: 0px;
}
a.about
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display:block;
    width: 230px;
    height: 28px;
    background-image: url("images/amWhat.png");
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: 0px 0px;
    text-decoration: none;
    font-size: 0px;
}

a.about:hover
{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display:block;
    width: 230px;
    height: 28px;
    background-image: url("images/amWhat.png");
    background-repeat:no-repeat;
    background-attachment: scroll;
    background-position: -225px 0px;
    font-size: 0px;
}
#splitScreen
{
    height: 100px;
    width: 800px;
}
#footer
{ 
    margin: 0px;
    padding-top: 6px;
    color: White;
    position: relative;
    top: 0px;
    background-color: Black;
    height: 69px;
    width: 800px;
}

#footerLeft
{
    float: left;
    width: 400px;
    background-color: #000000;
    height: 69px;
    position: relative;
    top: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 8pt;
    font-variant: small-caps;
    color: White;
}

#footerRight
{
    text-align: center;
    float: right;
    width: 400px;
    background-color: #000000;
    height: 69px;
    position: relative;
    top: 0px;
}

