#puadd {
    background-color: #272E6A;
	padding: 20px 0;
	
	left:0;

	position: fixed;
	bottom:0;
	margin:0;
	z-index: 800;
	width:100%;
}
#uadd {
	width:100%;
	z-index: 777;
	OLDheight: 210px;
	color: white;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	font-family: futura-pt, sans-serif;
	text-transform: uppercase;
}
#uadd p{
	font-weight: 700;
	font-size: 20px;
	margin:10px 0 20px 0
}
#uadd a{
	display: inline-block;
	padding: 3px 30px;
	color: #1C335C;
	font-size: 18px;
	background-color: #B2E1F5;
	border-radius: 10px;
}
#u4461 {
	height: 1000px;
}


#overlay {
	display:none;
	
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	z-index:900;
	top:0;
	left:0;
}

#overlay .over_container {
	text-align: center;
	overflow: scroll;
	width:1240px;
	height:90%;
	margin:3% auto;
}

#overlay .over_container a {
	display: inline-block;
	padding: 20px 40px;
	color: #1C335C;
	font-size: 35px;
	background-color: #B2E1F5;
	border-radius: 10px;
	text-transform: uppercase;
}


#close_overlay {
	color:#013160;
	position: fixed;
	right:40px;
	top:40px;
	background-color:white;
	padding:15px;
	border-radius: 10px;
	
}





