* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	background: #000 url(stars.jpg) center top;
	color: #F4E12B;
	margin: 1em;
	font-family: Helvetica, Arial;
	text-align: justify;
	-webkit-perspective: 500;
	font-size: 30px;
	overflow: hidden;
}

#crawl {
	width: 437px;
	margin: auto;
}

p {
	margin: 1em 0;
}

h1 {
	font-size: 20px;
}

h1, h2 {
	text-align: center;
}

#blackhole {
	background: #000 url(stars.jpg) repeat-x center -164px;
	height: 105px;
	position: absolute;
	width: 100%;
	top: 134px;
	-webkit-box-shadow: 0 14px 100px rgba(0, 0, 0, 1);
	z-index: 1;
}

#info {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
}

a {
	color: #fff;
}