#layer {
	position:fixed;
	z-index:2;
	background:#000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=0);
	opacity:0.0;
	display:none;
}
