body {
	padding: 0;
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0; 
	font-family: Verdana, Tahoma, Arial, Arial CE, serif; 
	color: black;
	height: 100%;
	background-color: white;
}

html {
	height: 100%;
}


p {
	font-family: Verdana, Tahoma, Arial, Arial CE, serif; 
	font-size : 11px;
	line-height : 150%;
	margin-top: 10px;
}

div#centered {
	margin: 0 auto 0 auto;
	
	text-align: center;
/*	border: 1px solid #000; */
	color: black;
	position: relative;
	top: 30%;
	width: 266px;
	min-height: 180px;
	margin-left: auto; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: auto; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

a {
	color: Black;
	text-decoration: none;
}

a.helpdesk {
	 border: 0px solid;
}