html,body {
	height: 100%;
}

#shadow {
	position: absolute;
	
	width: 100%;
	height: 100%;
	
	top: 0;
	left: 0;
	
	background: #000;
	
	opacity: 0.60; /* Safari, Opera */
	-moz-opacity:0.60; /* FireFox */
	filter: alpha(opacity=60); /* IE */

	display: none;
}

#popup {
	position: absolute;
	
	width: 267px;
	height: 254px;
	
	top: 140px;
	
	left: 50%;
	margin-left: -125px;
	
	display: none;	
}