
#fixme {
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	filter: alpha(opacity=80);
	opacity:.7;
	-moz-opacity:.7;
	background-color:gray;
	z-index:999;
}
body > div#fixme {
	position: fixed;

}
