#popup {
	height: 100%;
	width: 100%;
	background-color: #000000;
	position: absolute;
	top: 0;
}
		 
#window {
	width: 600px;
	height: 310px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #ffffff;
	position: absolute;
	top: 10%;
	left: 15%;
}
