html{
    height:auto;
    overflow: scroll; 
}

body{
	margin-top: 0px;
	margin-left: 0px;
        
    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 {
    background-color:#FFFFFF;
	position: auto;
	top: 0px;
	left: 0;
	z-index: 2;
	width: 1024px;
	position: fixed;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

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

#maincontent2 {

    z-index: 2;
	visibility: visible;
    
}

#maincontent3 {
    position: absolute;
	width: 100%;
	z-index: 3;
	top: 0px;
    
	visibility: visible;
}

#footer {
	background-color:#FFFFFF;
	position: absolute;
	width: 1005px;
	bottom: 0px;
	height: auto;
	z-index: 2;
	visibility: visible;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
