body {
	background-color: #0f0f0f;
}
#centertext {
	width: 800px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
#text { 
	font-family: Verdana;
	font-weight: normal;
	color: #dedede;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	width: 96%;
	font-size: 13px;
	font-variant: normal;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 125%;
	margin-top: 7px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
#arrow {
	color: #dedede;
	text-align: right;
	margin-right: 10px;
	font-size: 70px;
	line-height: 100%;
}