html {
    overflow: auto;
}

body {
    height: 100%;
    margin: 0px; 
    padding: 0px;  
    background-color: #99AA80;
  background-repeat: repeat-x;
   /*background-image:url(../pics/bg33.gif);*/
   background-image:url(../pics/bg34.gif);
    overflow: auto;
}

#overallContainer {
 background-image: none;
 background-color: Transparent;
 overflow: visible;
 height: auto;
            max-height:auto;
}

#MainContentDiv {
 background-image: none;
 background-color: Transparent;
 height: auto;
            min-height:auto;
}

#mainContentLeft {
	display: none;
}

#mainContentRight {
	width: 946px;
	overflow: hidden;
    float: left;
	 background-image: none;
	 background-color: Transparent;
}

#mainContentRightContainer 
{
	width: 942px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px;
}

#mainContentRightContainer h1 {
	display: none;
}

#footer {
	display: none;
}