@charset "utf-8";
/* CSS Document */

#pie_cio{
	padding:10px;
	color:#CCCCBF;
	background-color:#111;
	position:fixed;
	bottom:0px;
	height:auto;
	width:100%;
	margin-bottom:0px;
	
	/*border-radius:5px;*/
	/*background-image:url(../images/pie_back.jpg);*/
}
#pie_cio a:link{ 
	text-decoration: none;
	color:#CCCCBF;
}
#pie_cio a:visited {
	text-decoration: none;
	color:#CCCCBF;
}
#pie_cio a:hover {
	text-decoration: none;
	color:#FFF;
}

# pie a:active { 
	text-decoration: none;
	color:#CCCCBF;
}

