BODY, HTML
{
	height: 100%;
	margin: 0;
}

#splash_container {
	background-image: url("bg.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
}

#center {
  padding: 70px 0;
  text-align: center;
}

A {
	color: #FFF;
	font-family: Arial;
}