body {
  background-color: #000000;
	margin:0px;
	padding:0px;
  width: 100%;
  height: 100%;
}

#splash{ 
  position: absolute;
  top: 60%;
  width: 100%;
  height: 400px;
  margin-top: -200px;
}

#splash #logo{ 
  text-align: center;
}

#splash #line{ 
  border-top: 1px solid #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#splash #text{
  text-align: center;
  color: #fff;
  font-family: helvetica;

}