body {
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-image: url(images/fondgrisOK.gif);
	}
	
	
#background {
	width:583px;
	height:426px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:0px;
	position:absolute;
	top: 50%; 
	left: 50%; 
	margin-top: -213px; 
	margin-left: -292px;
	z-index: 1;
	}	
	
.login {font: 9pt Gill Sans MT;text-decoration: none; color: black}