﻿body 
{    
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: url('../images/Background.png');
}

/* --- LAYOUT --- */
#MainBackgroundDiv
{
	position:relative;
    width:1008px;
    border-style:none;
    border-width: 0px;
    margin-left: auto;
    margin-right: auto;
    background: url('../images/MainBackground.png');
    z-index:1;
}
#HeaderDiv
{
	position:relative;
    width:1008px;
    height:20px;
    background: url('../images/HeaderFooterBackground.png');    
    z-index:2;
}
#FlashDiv
{
	position:relative;
    width:900px;
    height:680px;
    background-color:Transparent;
    margin-left: auto;
    margin-right: auto;
    z-index:2;
}
#ContentIndexDiv
{
	position:relative;
    width:1008px;
    text-align:center;
    z-index:2;
}
#FooterDiv
{
	position:relative;
    width:1008px;
    height:20px;
    background: url('../images/HeaderFooterBackground.png');
    z-index:2;
}
.Footer
{
    font-family:Arial, Verdana;
    font-size:10px;
    font-weight:normal;
    color:#9d9d9d;
}