body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}

#center_container {
	margin: 1em auto;
	width: 1200px;
	height: 700px;
}

#text {
	text-align: center;
	color: #333333;
	font-size: 10px;
	}

#text a {
	color: #333333;
	text-decoration: underline;
	}
	
#text a:hover {
	color: #00FFFF;
	text-decoration: underline;
	}
	
#description {
	text-align: center;
	color: #222222;
	font-size: 9px;
	}
	
#moveon {
	text-align: center;
	color: #333333;
	font-size: 10px;
	}
	
#moveon a {
	color: #222222;
	text-decoration: underline;
	}

#moveon a:hover {
	color: #00FFFF;
	text-decoration: underline;
	}
