@charset "utf-8";

*{ 
margin: 0; 
padding: 0; 
border: 0; 
} 


body {
	text-align: center;
	color: #000000;
	background-color:#000000;
}
