@charset "UTF-8";
/* CSS Document */

body {
	background: #000000;
	text-align: center;
}
html, body, #Ani {
	height: 100%;
	width: 100%;
}
#footer {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}
#footer   {
	padding: 10px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 0.6em;
	color: #999;
	clear: both;
	border-top: 1px solid #333;
}
#footer p {
	padding: 0px;
	line-height: .8em;
}
#footer form p input {
	padding-bottom: 5px;
	padding-top: 3px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-align: center;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul {
	text-align: center;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
