body,html {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

#topBar {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}
.clear {
	clear: both;
}
.outerCont {
	min-height: 100%;
	_height: 100%;
	position: relative;
	width: 880px;
	margin: auto;	
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;	
}
.innerCont {
	padding: 29px 0 100px;
}
.mainContainer {
	width: 880px;
	margin: auto;
}
.s1Container {
	margin: 0 auto;
	border-top: 1px solid #CBCBCB;
	padding: 10px;
}
.footer {
	color: #999999;
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.prodegeLogo {
	background: url(/images/swagbucks/powered-prodege.jpg) no-repeat left top;
	width: 102px;
	height: 26px;
	margin: 10px auto 5px;
}
.smallPrint {
	font-size: 11px;
}
