html,
body {
  height: 98%;
  background-color: #575756;
}
body {
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 98%; /* For at least Firefox */
  min-height: 98%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
}

.logo{
	margin-top: 0px;
	margin-bottom: 75px;
}
.clear{
	float: none;
	clear: both;
}
p span{
	margin-top: 0px;
	margin-left: 250px;
	float: left;
	text-align: center;
}
p a{
	color: #fff;
}
.bottom{
	text-transform: uppercase;
	font-size: 25px;
}
