﻿body 
{
    background-color:#105f94;
}

.Main
{    
    position:absolute; 
    top:0px; 
    left:0px; 
    text-align:center;
}

.ContentBorder
{
    background-image:url(background.png); 
    background-repeat:repeat-y; 
    width:1000px; 
    height:auto; 
    margin-left:auto; 
    margin-right:auto;
    z-index:1;
}

.Content
{
        text-align:center;
        margin-left:auto; 
        margin-right:auto;
        width:740px;
        z-index:2;
}

.logo1
{
        text-align:center;
        margin-left:auto; 
        margin-right:auto;
        width:350px;
        height:105px;
        z-index:3;
        float:left;
}

.logo2
{
        text-align:center;
        margin-left:auto; 
        margin-right:auto;
        width:389px;
        height:105px;
        z-index:3;
        float:right;
       
}

.buttons
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:outset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    background-color:white;

}

.buttons a
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:outset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    text-decoration:none;
    color:Black;
    background-color:white;
}

.buttons a:active
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:outset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    color:Black;
    background-color:white;

}

.buttons a:hover
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:inset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    color:Black;
    background-color:Yellow;
}

.selectedbutton
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:inset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    color:Black;
    background-color:Yellow;
}

.selectedbutton a
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:inset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    color:Black;
    background-color:Yellow;
}

.selectedbutton a:active
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:inset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    color:Black;
    background-color:Yellow;
}

.selectedbutton a:hover
{
    width:150px;
    height:150px;
    display:inline;
    border-color:white;
    border-style:inset;
    margin-left:2px;
    border-width:thin;
    text-align:center;
    color:Black;
    background-color:Yellow;
}

