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 {
	top: 0px;
	left: 0;
	z-index: 2;
	width: 1005px;
	position: fixed;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

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

#maincontent2 {
    z-index: 2;
	visibility: visible;
    
}

#maincontent3 {
	z-index: 3;
	visibility: visible;
}

#footer {
    position: fixed;
	width: 1005px;
	bottom: 0px;
	height: 100px;
	z-index: 2;
	visibility: visible;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
