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

#pie {
	width: 100%;
	border-collapse: collapse;
	background-color: #666;
	text-align: center;
	color: #555;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #404040;
}

#pie p {
	color: #A1A1A1;
}

#pie a {
	color: #CCC;
	text-decoration: none;
}

#pie a:hover {
	text-decoration: underline;
}

#degrade {
	width: 100%;
	height: 30px;
	background-image: url(../images/pie.png);
	background-repeat: repeat-x;
}