body{
	font-family:'Soho W01 ExtraLight';
	background-color: rgb(53, 56, 62)!important;
}

.wrap{
	position: relative;
	background-color: rgb(53, 56, 62)!important;

}
.logo{
	position: relative;
	display: block;
	height: 100px;
	width: auto;
	background-color: transparent;
	margin: 100px auto 0 auto;
}
h1{
	font-family:'Soho W01 ExtraLight';
	margin-top: 20px;
	color: rgb(209, 209, 209);
	text-align: center;
	font-size: 20px;
}
hr{
	margin-top: 50px;
	border: dashed 1px #444;
}
.button{
	display: block;
	margin: 50px auto 0 auto;
}