html, body {
	height: 100%;
	width: 100%;
}

.vert-text {
  //display: table-cell;
  //vertical-align: middle;
  padding-top:200px;
  width:500px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  font-family: Verdana;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(image.php) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.well-dark {
	background-color: rgba(255, 255, 255, 0.3);
	border: 0px;
}
