﻿html, body, form
{
    margin: 0px 0px 0px 0px;
    height: 100%;
}

.Intro
{
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.IntroImage
{
    border-style: none;
   
}

.MainHeader
{
    display:inline-block;
    height: 104px;
    width: 100%;
    background-image: url('images/HeaderBackground.jpg')
}

.MainFooter
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 12px;
    font-family: verdana;
    font-size: 10px;
    background-color: #F3F3F3;
    text-align: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #333333;
}
.MainContainer
{
    height: 100%;    
    position:relative;
}

.MainBody
{
    
    
    
}
