body {
	background: #000000;
	text-align: center;
  font-size: 80%;
  font-family: Myriad Pro, Arial;
  
}
 

#ball {

	width: 1150px;
	height: 113px;
	position: relative;
	margin-top: -50px;
	left: 50%;
	margin-left: -576px;

  
}


#p {
  text-align: left;
  padding: 230px 600px 5px 50px;
  color: #FFFFFF;
  
}

#p a {
  color: #FFFFFF;
}



#to_cluster.clustered {
	margin-top: -50px;
}

#to_cluster {
	position: absolute;
	text-indent: -9999px;
	width: 1150px;
	left: 50%;
	margin-left: -576px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 230%;
	display: block;
	font-size: 200px;
	height: 200px; 
	top: 060px;
}

.clustered svg {
  position: absolute;
  top: -12px;
  left: 0px;  
}

         