masaüstü tarayıcılarda footer div im sorunsuz yüzde yüz genişlikte olmasına ragmen mobil tarayıcılarda sağda boşluk kalıyor yardımcı olurmusunuz arkadaşlar.

CSS Kodları :
#footer {
	background-image: url(../images/footer_bg.png);
	height: 280px;
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;

	
}
.mobile #footer {
	background-image: url(../images/footer_bg.png);
	height: 280px;
	background-repeat: repeat-x;
	background-position: center center;
	width: 100%;
	overflow:hidden;
}
#footer_iskelet {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#copyright {
	color: #98957C;
	font-size: 14px;
	font-weight: lighter;
	bottom:20px;
	line-height: 35px;
	text-align: center;	
}
#footer_blok {
	list-style-type:none;
	padding-top: 53px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	margin: 0px;
}
#footer_blok li {
	width: 280px;
	padding-left: 5px;
	float: right;
}


#footer_blok li .blok_baslik {
	display: block;	
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}
#footer_blok li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer_blok li ul li{
	background-image: url(../images/menu_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	}
#footer_blok li ul li:first-child {
	margin-top:18px;
}
#footer_blok li ul li a {
	
	font-size: 12px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	line-height:20px;
}
#footer_blok li ul li a:hover {
	color:#EAEAEA;
	}



ÇÖZÜM :

 margin: 0px;
display:table;
Kullanınca düzeldi arkadaşlar... cevap yazan arkadaşlara teşekkür ettim...