#greyBackground {
	position:fixed;
	z-index:100;
	background-color:#999999;
	width:100%;
	height:900px;
	top:0px;
	left:0px;
}

#imagePopUp {
	z-index:200;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	
}

#closeButton {
	z-index:300;
	position:fixed;
	top:5px;
	margin-right:5px;
	width:100%;
	text-align:right;
	padding-right:5px;
}

#mybody img {
	border:none;
	text-decoration:none;
}
