﻿.foot{
				margin:auto;
				padding:0;			
				width:1000px;
}
.foot ul{
				list-style-type:none;
				width:1000px;
				margin:-40px auto;
				padding:0;
}
.foot li{
				float:left;
}
.foot a:active, a:focus, a:hover, a:visited{
				outline:none;
				border:none;
}
.foot img {
				border: none;
}