html{
    height:100%;
}

body{
    height:100%;
}

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

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

body > #container {
        height: auto;
}

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


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