Do you think it's in the css or in the footer.php?
this is the php:
<?php
/**
* Footer Template
*
* @package Mysitemyway
* @subpackage Template
*/
?>
<?php mysite_after_main();
?><div class="clearboth"></div>
</div><!-- #content_inner -->
</div><!-- #content -->
<?php mysite_before_footer();
?><div id="footer">
<div class="multibg">
<div class="multibg"></div>
</div>
<div id="footer_inner">
<?php mysite_footer();
?></div><!-- #footer_inner -->
<?php mysite_after_footer_inner();
?></div><!-- #footer -->
<?php
$image = "http://temp.vivalamedia.nl/wp-content/uploads/2012/01/footer2.png";
Echo "<img src=".$image." Style=width:auto;height:auto;margin-left:-264px; margin-right:auto;margin-top:-200px;>"
?></div><!-- #body_inner -->
<?php wp_footer(); ?>
<?php mysite_body_end(); ?>
this is the css:
#outro{line-height:25px;letter-spacing:1px;margin:0 auto;overflow:hidden;width:880px;text-shadow:1px 1px 1px #fff;}
#outro p{margin-bottom:0;}
#outro_inner{margin:25px auto;padding:0;}
#footer{ margin:0 auto;letter-spacing:.6px;width:800px;}
#footer_inner{padding:40px 0;overflow:hidden;}
#sub_footer{margin:0 auto;}
#sub_footer_inner{width:880px;margin:2px 10px;width:880px;}
#sub_footer a:hover{text-decoration:none;}
.footer_links{float:right;padding-top:5px;}
.footer_links li{float:left;padding-right:12px;}
.footer_links ul{list-style:none;padding:0;margin:0;}
.footer_links ul ul{float:right;margin-right:0px;}
.no_footer #footer{height:0px;}