html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.space {
	margin-top: 150px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  color: #d3d3d3;
  font-size: 0.8em;
}

.background{
	background-size:cover;
	background-image: url("../img/background.gif");
	background-repeat:no-repeat;
	background-color: #000000;

}

.logo{
	width:100%;
}