body {
	height:100%;
	}

#surround img{ 
	border: none; 
	}

#surround{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	display:none;
	background: url('../images/overlay.png');
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay.png', sizingMethod='scale');
	}
	
#app {
	width:1000px;
	height: 675px;
	margin:30px auto;
	padding:0;
	background-color:#000000;
	position:absolute;
	display:none;
	z-index:500;
	border:1px solid #666;
	}
	
	#closeEmUp{
		width:52px;
		height:14px;
		margin:20px 0 0 925px;
		padding:0;
	}
	
	#closeEmUp img {
		border:none;
		}

