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


#footerHome {
	position: absolute;
	width: 1000px;
	height: 30px;
	top: 795px;
	left: 100px;
	color: #fff;
	padding-top: 25px;
	font-size: 1.2em;
	letter-spacing: .125em;
	text-align: center;
}
#footerHome a:link, #footerHome a:visited {
	color: #ccc;
	font-size: 1.0em;
	text-decoration: none;
	line-height: 1.5em;
	outline: none;
}

#footerHome a:hover {
	color: #990000;
}

#footerHome a.more {
	color: #718da5;
}

#footerHome .grayText {
	color: #ccc;

}