html{
    height:auto;
    overflow: scroll; 
}

body{
    height:auto;
   
}

* html div#container{
    height:auto;
}

div#container{
    width: auto;
	top: 0px;
	left: 0;
    position:relative;
    height: auto;
}

body > #container {
    height: auto;
}

div#header {
	position: auto;
	top: 0px;
	left: 0;
	z-index: 2;
	width: 1024px;
	position: fixed;
}

div#header2 {
	background-color:#000000;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 3;
	width: 1050px;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

#maincontent {
	top: 0px;
	left: 0;
	visibility: hidden;
	z-index: 1;
}

#maincontent2 {
	top: 0px;
    z-index: 2;
	
   
}

#maincontent3 {
        position: absolute;
	top: 20px;
left: 10px;
    z-index: 3;
	visibility: visible;
  
}

#footer {
    background-color:#FFFFFF;
    position: fixed;
	width: 1024px;
	bottom: 0px;
	left: 0px;
	height: auto;
	z-index: 2;
	visibility: visible;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
