
img,
object,
embed,
video {
	max-width: 100%;
}
html{
	height:100%;}
body{
	height:100%;}
	
.gridContainer{
	height:100%;}

div#pop{
	text-align:center;
	padding:0;
	border-bottom:3px solid #000;
}



div#pop h1{
	position:relative;
	width:70%;
	padding:0;
	margin:1% auto;
}

#mainPop{
	height:100%;
}

	#popCon{
	}
	#popCon p a{
	  background-color:#000;
	  border:none;
	  font:bold 12px Arial,Sans-Serif;
	  color:#fff;
	  margin:2% 0;
	  width:50%;
	  height:50px;
	  padding:5px 10px;
	  -webkit-border-radius:3px;
	  -moz-border-radius:3px;
	  border-radius:3px;
	  cursor:pointer;
	}
	#popCon ul{
	
	}
		#popCon ul li{
		background:#fdfdfa;
		text-align:center;
	}
	#popCon ul li a{
		width: 100%;
		border-bottom:1px solid #ccc;
		cursor:pointer;
		font-size:125%;
		display:block;
		color:#000;
		padding:20px 0;
	}



