/* CSS Document */

html {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

a, a:link {
	color:#CCCCCC;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: none;
}

a:visited {
	color:#CCCCCC;
	text-decoration: none;
}

#text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}