html { 
  background: url(images/BG_home_page01.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.floating-box {
	display: inline-block; 
	width:682px; 
	height:353px; 
	font-family: Courier; 
	font-weight: bold; 
	position: absolute;
	left: 4%; top: 16%; width: 100%;
}

.text { font-size: 1.5em; 
	color: #027eaf;
	text-shadow: 1px 2px 3px #000000; 
	text-align: center;
}

.title { font-size: 3.5em; 
	line-height: 1%;
 	color: white; 
 	text-align: 
 	center;
 }

.tagline { font-size: 1.5em; 
	line-height: 0%;
	color: white; 
	text-align: center;
}

p:nth-child(5) {
	line-height: 1%;
}

a {
	color: #027eaf;
}

a:hover {
	color: white; 
	text-decoration: none;
}