/* CSS definition file containing site wide stylesheets */
  html, HTML{
	background:black;
}
body, BODY {
	position:absolute;
	top:0px;
	left:50%;
	width:880px;
	margin-left:-440px;
	}

