body, html{
	height:100%;
	margin: 0;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;	
	background: #1e1d1f ;
	text-align:center;
	margin:auto;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #fff;
}
h1, h2, h3 {
	font-size: 2.7em;
	letter-spacing:-0.07em;
	text-transform: uppercase;
	line-height: 1.05em;
	padding-bottom: 10px;
}
h1 {
	margin-top : 15px;
}
h2 {
	font-size: 2em;
}
h3{
	font-size: 1.3em;
}
a {
	text-decoration: none;
	color: #fff;
}
#logo  {
	margin: auto;
	margin-top: 100px;
	width: 300px;
	height: 300px;
}
