img.bgmaximage{
  position:fixed !important;
}

html{
    height:100%;
    overflow: hidden; 
}

body{
    height:100%;
    overflow: hidden; 
}

* html div#container{
    height:100%;
}

div#container{
    width: 100%;
	top: 0px;
	left: 0;
    position:relative;
    min-height: 100%;
}

body > #container {
        height: auto;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	position: fixed;
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

#maincontent {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	padding-bottom: 50px;
	visibility: visible;
	z-index: 1;
}

#maincontent2 {
    padding-bottom: 300px;
    padding: 105px 0 50px;
	z-index: 1;
    min-height: 100%;
    overflow: auto;  
	visibility: hidden;
}

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