/* keep the ATP background white */
html#iframely {
    background: white !important;
}

#iframely, #iframely body {
	background: white !important;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#iframely {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0.0;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	visibility: hidden;
}

#iframely #wpbody-content {
	float: none;
	padding: 0px;
}

#iframely h2,
#iframely #icon-nextgen-gallery {
    display: none;
}