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

#pie{
	float:left;
	width:975px;
	margin:20px 6px 0 6px;
	background-image:url(images/bg-pie.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#F8F8F8;
	text-align:center;
	color:#999;
	}
	
#pie p{
	padding:10px 0 10px 0;
	line-height:18px;
	font-size:11px;}
	
#pie a:hover{
	text-decoration:underline;}