@charset "UTF-8";
/* CSS Document */


body {
	background-color: black;
	margin: 0;
	padding: 0;
	color: white;
	font-family: "Century Gothic", "Lucida Console", "Franklin Gothic Medium", Verdana, sans-serif;
	text-align: center;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
}

