@charset "utf-8";
/* CSS Document */

#footer {
	display: block;
	width: 1024px;
	height: 30px;
	border-top: 1px solid #333333;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#footer a {
	color: #999999;
	font-size: 8pt;
	
	position: relative;
	top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer .text {
	color: #CCCCCC;
	font-size: 8pt;
	float: left;
	position: relative;
	top: 15px;
	padding-left: 15px;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
