body 
{
	background-color:#AAAF74;
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: center;
}
.bgFade
{
    position:absolute;
    background-position:top center;
    margin: 0px 0px 0px 0px;
	left:0px;
	top:0px;
    background-repeat: no-repeat;
	background-image: url(../theme/background_3.gif);
	width:100%;
	height:100%;
	z-index:1;
	text-align:center;
}

