﻿body 
{
    
    background-image: url(images/bg_tile.gif);

  
}

.MainContentDiv
{
    width: 100%; 
    text-align: center; 
}

.FooterLogo
{
    position: absolute;
    bottom: 0px;   
}

.MainTable
{
    background-image: url(images/main_tile.gif);
    background-repeat: repeat-y;
    background-position: center;
}

.HiddenImage
{
visibility: hidden;  
}

.theme_picker
{
    Position: relative;
    z-index: 200;   
    margin-top: 30px;
}


.logo
{
  background-image: url(images/logo_large.gif);
  background-repeat: no-repeat;
  background-position: center;   
  height: 284px;
  width:708px;
}