[CSS] Stopka - odsunięcie od prawej strony

Witam

Utworzyłem stopkę i tworzy mi się odstęp od prawej strony wielkości 6px obrazka z tła od stopki który ma szerokość 6px.

Kod html

<?php include_once("config.php");?>



	<? @include('inc/head.php'); ?>

slider.png

? @include(‘inc/foot.php’); ? [/code]

[code]

CSS

#foot {

	position: relative;

	width: 100%;

	clear: both;	

	background: #ffffff url('../images/bgfoot.jpg') repeat-x;

	height: 62px;

	color: #969696;

	padding-top: 18px;

	margin-left: 0px;

	bottom: 0;

}

#foot strong {

	color: #ffffff;

	font-weight: bold;

}


#foot a {

	color: #ffffff;

	text-decoration: none;

	font-weight: bold;

}


#foot a:hover {

	text-decoration: underline;

}


#foot .wrapper {

	position: relative;

	width: 100%;

	margin: 0px auto;

}

W czym jest problem. Proszę o pomoc.


Rozwiązałem problem dałem w css zamiast

position: relative;

position: fixed;