﻿html, body
{
    height:100%;
}

body 
{
    background-image:url('../images/bodybg.jpg');
    background-repeat:repeat-x;
    background-color: #E6E6E6;
    font-family: Arial Courier Garamond;
    margin-left:15%;
    padding:0;
}

#divHeader
{
   position:relative;
   width:900px;
   height:115px; 
}

#tblMainMenu
{
    /* position:absolute;*/
    top:0px;
    height:50px;
    width:500px;
}

#divContent
{
    position:relative;
    /* top:115px;*/
    width:900px;
    background-color: #FFFFFF;       
}

* html #divContent
{
    min-height:100%;
}

#divMainForm
{
    position:relative;
    background-color: #FFFFFF;
    padding-bottom: 9em;
}

#imgbodytop
{
    position:relative;
    top:0px;
    left:0px;
}

#divfooter
{
    position:relative;
    width:900px;
    height:92px;
    background-image:url('../images/contentbtmbg.jpg');
    margin: 92px 0 auto 0 auto;
}

#divfooter p
{
    position:absolute;
    width: 100%;
    bottom: 5px;
    text-align: center;
    color: White;
}

#divfooter * a
{
    color: Yellow;
}
