@charset "utf-8";
/* CSS Document */

#overlay
{

	position: fixed;

	top: 0;
	left: 0;

	z-index: 90;

	width: 100%;

	height: 100%;

	background-color: #39F;

}
