@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";		
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #ffffff;
	line-height: 27px;
	letter-spacing: 1px;
}
.wrapper {
	position: relative;
	margin: 90px 0px 50px 0px;
	color: #ffffff;
}