html, body
{
	margin: 0;
	padding: 0;
}

body {
	text-align:center; /* Hack for IE5/Win */
	font-size: 62.5%;
	line-height: 100%;
	font-family: Arial, Verdana, sans-serif;
	background-color: black;
	}

html>body {
	font-size: 10px;
}

table { 
	font-size: 110%; /* ie hack */
	margin-left:-5px;
	color: #91acb5;
	 } 

a:hover { text-decoration: underline; }

a img { border: 0 transparent none; }

img, div, object { 
	margin: 0;
	padding: 0;
	border: none;
}

#centerer {
	width:1022px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0;
	}
	
