I'm trying to figure out how to just fade in the css background color of my site. However, i'm just getting background images with divs or tags in order to fade them. No examples of just a css background color fade in.
<style type="text/css">
body {
background-color: #F00;
}
</style>
Any help would be great in figuring this simple problem out.
David