body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #000000;
	margin:0px;
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#dcdcdc;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;

}
#main {
	height: auto;
	width: auto;
	margin: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
	/* hide from ie on mac \*/
		html {
			height: 100%;
			overflow: auto;
		}