/* CSS Document */
#footer{
  width:1000px; height:70px;
  background-image:url(../images/foot.png); 
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  clear:both;
}
#footer a{
  color:#757575;
}
#footer_content{
  height:70px; float:left; color:#757575; font-size:12px; margin:20px 0 0 130px;
}
#footer_content ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#footer_content li{
  height:15px; line-height:15px; text-align:left;
}
#line{
  height:70px; float:left; margin:0 0 0 40px; font-size:12px;
  color:#757575;
}
#line img{
  margin:10px 0 0 0;
  height:60px;
}
#line span{
  margin:15px 0 0 0;
  float:left;
}
#fb{
  height:70px; float:left; margin:0 0 0 10px;
}
#fb img{
  margin:10px 0 0 0;
  height:60px;
}