#overlay {
	background-image: url(../images/overlay.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%;
}

*, html, #overlay {
	background-color: #333;
	background-color: transparent;

}

#box {
	color: #FFF;
	width: 500px;
	background: #2A5593;
	padding: 10px;
	border: 2px solid #eee;
	font-family:Verdana;
	font-size:11px;
}

#close {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}

