#LOGO {
	  /* height: 500px; */
	  width: 300px;
	  text-align: center;
	  /* margin-top: 50%; */
	  /* margin-right: auto; */
	  /* margin-bottom: auto; */
	  /* margin-left: auto; */
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  top: 30%;
}
Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}
