.footer {	width:100%;
			height:30px;
			/*padding-top:1px;*/
			border-top:thin solid #A5B6BF;
			position:fixed;
			z-index:9999;
			background:#e8e8e8;
			bottom:0;}
			
.copyright {	height:30px;
				text-align:center;
				}
				
.copyright ul {	display:block;
				list-style:none;
				font-size:10px;
				margin:0;
				padding:3px 0;}
.copyright li {	display:inline-block;
				height:24px;
				line-height:24px;
				padding:0 20px;
				margin:0;
				text-align:center;}
				
				
.copyright li:last-child {	border-left:5px solid #A5B6BF}

.copyright a { text-decoration:none; color: #4d5e67; }

				