div#header {
    background-color:#000000;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 100%;
	position: fixed;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}

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