When checking out this website, you may notice that the footer appears to be affixed to the left side. The CSS code responsible for this is as follows:
#footer {
width: 800px;
clear:both;
float:right;
position:relative;
left:-50%;}
I would appreciate it if you could provide some insight into why this may be happening.
Thank you,
Tara