@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

body{

	background-color: #000000;
}

#container {
	width:1024px;
	margin:0 auto;
}
