#container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#container #bk {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 20;
}
#container #close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
	cursor: pointer;
}
#popup-contents {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 30;
	overflow: auto;
	cursor: pointer;
}
#popup-contents-body {
	width: 1000px;
	height: 700px;
	margin: 20px auto;
	z-index: 40;
	background-color: #fff;
}

#popup-contents-body iframe {
	width: 1000px;
	height: 700px;
	margin: 0;
}