﻿body{
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%; 
}

.hideText 
{
	/* 
	position:absolute;
	left:0px;top:0px;
	width:0px; height:0px;
	visibility:hidden; 
	*/
	position: absolute;
	left: -9000px;
}
