#exitpopup{
	text-align:center;
	width:1920px; 
	height:812px;
	margin:0px auto; 
	display:none; 
	position:fixed; 
	color:black; 
	padding:20px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	z-index:999999; 
	background:rgb(20, 20, 20); 
	background:white;
}

#exitpopup h1{
	margin-top:0px;
	padding-top:0px;
}	
	
#exitpopup p{
	text-align:left;
}

#exitpopup img{
	width:100%; 
	border:0px; 
	margin:0px auto;
}