body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	background: #eee;
	position: relative;
	height: 100%;
}
.headerContainer,
.bodyContainer,
.footerContainer {
	max-width: 960px;
	margin: 0 auto;
	background: #FFF;
}
.padding {
	padding: 20px;
}
.bodyContainer {
	min-height: 800px;
}
.popUpBannerBox {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #000;
	z-index: 999999;
	display: none;
}
.popUpBannerInner {
	max-width: 400px;
	margin: 0 auto;
}
.popUpBannerContent {
	position: fixed;
	top: 50px;
}
.closeButton {
	color: #0097c7;
	text-decoration: none;
	font-size: 16px;
}