html, body  {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we 

adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {overflow: hidden;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background:#000000;
	font-size: small;
	line-height:130%;
	font-style:normal;
	font-weight:normal;
	color: #ffffff;
}

p.center {width:100%; text-align:center;  margin-top: 0; padding:0px; margin-left:auto; margin-right:auto;  }
