﻿body
{
    background-color: #666666;
    /*
    background-image: url(../../images/fi_Back.jpg);
    background-repeat: repeat-x;
*/
}
#SpecialLoadingDiv
{
    text-align: center; /* To allow SpecialLoadingDivInner to be centered (see SpecialLoadingDivInner). */
}
#SpecialLoadingDivInner
{
    /*
	** The following left and right margin autos allow SpecialLoadingDivInner to be centered within
	** SpecialLoadingDivHolder because SpecialLoadingDiv has text-align: center.
	*/
    margin-left: auto; 
    margin-right: auto;
    padding-top: 10px; /* To leave a gap above. */
    padding-bottom: 10px; /* To leave a gap below. */
    color: #999999;
}
#GlobalContainer
{
}
#GlobalContainerInner
{
    border: solid 0px green;
    text-align: center; /* To allow SiteHolder to be centered (see SiteHolder). */
}
#SiteHolder
{
	width: 1000px; /* This is the width of the actual site. */
    border: 0; /* Don't put borders on something with a specified width. */
    /*
	** The following left and right margin autos allow SiteHolder to be centered within GlobalContainerInner
	** because GlobalContainerInner has text-align: center.
	*/
    margin-left: auto; 
    margin-right: auto;
    padding-top: 0px; /* To leave a gap above the Site. */
    padding-bottom: 37px; /* To leave a gap below the Site. */
    text-align: left; /* Stop text-align: center beging inherited in nested items. */
}

#SiteHolderInner
{
    border: solid 0px red;
	background-color: #00a0ce;
    /*
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background: url('nonexisting.gif') repeat-x top left;
*/
}
.IE6 .WCL_BreakFloat
{
	height: 1px;
	visibility: hidden;
}
.WCL_BreakFloat
{
	height: 0px;
}
