
html,
body {
  height: 100%;
}

body {
  background: url(../img/cells-energy_hg.jpg) center -70px no-repeat scroll;
  font: 14px/20px 'Roboto', sans-serif;
  color: #000;
}

.logo {
	margin-top: 50px;
}

.content{
	margin-top: 250px;
}

strong {
	font-size: 16px;
	line-height: 24px;
}

h1 {
	font: 36px 'Roboto Condensed', sans-serif;
	color: #0295db;
	text-transform: uppercase;
}

h2 {
	font: 24px 'Roboto Condensed', sans-serif;
	color: #0295db;
	text-transform: uppercase;
}

.marketplace-button {
	border: none;
	background-color: #0295db;
	border-radius: 1px;
	color: white;
	padding: 20px 22px;
	cursor: pointer;
}