html, body {
	-ms-touch-action: none;  /* Prevent scrolling in Windows Phone */
}

html {
	background-image: url(wood.jpg);
	overflow: hidden; /* For IE desktop */
}

.popupWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.popup {
	position: fixed;
	/*border-radius: 8px;*/
	color: #fff;
	border: 3px solid #eee;
	background: #000;
	left: 50%; 
	top: 50%;
	text-align: center;
	box-shadow: 0 0 20px #000;
	border-collapse: separate; /* IE9 */
}

.popup .title {
	background: #eee;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #000;
}

.popup .close {
	position: absolute; 
	width: 34px; 
	height: 34px; 
	cursor: pointer;
}

.popup a:link, .popup a:visited {
	color: yellow;
}
