html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
}

div.page_info
{
	width: 500px;
	position: absolute;
	top: 0px;
	left: -500px;
}

div.ad_holder
{
  position: absolute;
	visibility: hidden;
	z-index: 1;
}
