@charset "utf-8";
/* CSS Document */
 #footer {
	 position:relative;
	 width:100%;
	 margin-left:auto;
	 margin-right:auto;
	 text-align:center;
	 font-size:14px;
	
 }
#footer a{
 text-decoration:none;
 line-height:120%;

 }
 #footer li {
 display:inline;
 }
 #foot{
	 background-color:#333; 
     color:#CCC;
	 height:37px;
	 font-size:14px;
 }