img.bgmaximage{
  position:absolute !important;
}


html{
    height:100%;
}

body{
    height:100%;
}

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

body > #container {
    height: auto;
    overflow: scroll; }



div#header {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 50;
	width: 100%;
}

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


#footer {
	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;
	}
