@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

#container {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 83px;
	
	width: 326px;
}
