html, body {
	background-color: #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #58595B;

	text-decoration: none;
	text-align: center;

	margin: 0px;
	padding: 0px;

	height: 100%;
}

/* PAGE SETUP */
#page
{
	background-color: #FFFFFF;
	background: none;
	border: none;
	
	margin: auto;
	
	width: 950px;
	height: auto;
	
	vertical-align: top;
	
	clear: both;
}

#top
{
	background: none;
	width: 950px;
	height: 35px;
	
	clear:both;
}