@charset "utf-8";
/* CSS Document */
body {
	background-color: #575757;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #CCCCCC;
}

h1 {
	font-weight: 400;
}

.wrapper {
	width: 600px;
	margin: 100px auto;
	text-align: center;
}
