html {
    height: 100%;
}
body {
	height:100%; width:100%;
	background: rgb(255, 255, 255); 
	color: rgb(50, 50, 50); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	margin:0Px; padding:0Px;
}

