@charset "UTF-8";
body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	margin: 0px;
}
html, body {
	background: #020101;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#earth {
	margin: auto;
	height: 500px;
	width: 500px;
	border-width: 0px;
	position: absolute;
	left: 10%;
	top: 10%;
	right: 10%;
	bottom: 10%;
}
a {
	text-decoration: none;
}
