@charset "ISO-8859-1";

body {
	background-color: #000000;
	background-image: url("");
	width:100%;
	text-align: center;
}

#centered {
display: block;
width:800px;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
text-align: left;
}


