@charset "UTF-8";
#home {
	position: absolute;
	bottom: 50%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #CCCCCC;
	text-align: center;
	white-space: nowrap;
}
#home a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#home a {
	text-decoration: none;
	color: #CCCCCC;
}
#home a:visited {
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
