body {
	margin: 0;
	padding: 0 0 68px 0; /* bottom padding is height of #bottomFrame */
}
#bodyContent {
	width: 100%;
	margin: 0;
}
#bottomFrame {
	height: 68px;
	background-color: #2b2b2b;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image:url(/pub-share/images/privacy/privacy_bg.gif);
  }
/* hide from mac ie5 \*/
#bottomFrame {
	position: absolute;
}
/* end hide from mac ie5 */
html>body #bottomFrame {
	position: fixed;
}

#omnitureHolder {
	display:none;
}

<!--[if IE]>
body
{
	overflow-y: hidden;
	}
div#bodyContent
{
	height: 100%;
	overflow: auto;
}
<![endif]-->

