I, like everyone else, don't want the stupid footer on my page. (Why do they even put them on there?) I'm using the Silver Dreams theme, and whenever I take this:
<?php get_footer(); ?>
out of index.php, my page becomes transparent, even though I have it set to #fff?
Here's the code:
#page {
margin:0px auto;
text-align:left;
background:#fff url("http://brittanywigand.com/wp-content/uploads/2009/08/headerblue.png") no-repeat top left;
width:999px;
padding-top:0px;
}
I have no idea why it's transparent when I take off the stupid footer. Help?!