I'm trying to put a gradient in the body of my site. It works on vbulletin:
http://www.prenatalyogacenter.com/forums/forumdisplay.php?f=128
But not in wordpress:
http://www.prenatalyogacenter.com/blog/
What am I doing wrong?
Here's my css for the body:
body {
background: #C5B6A4;
color: #242424;
font: 10px arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
background-image: url(http://www.prenatalyogacenter.com/forums/images/header_image/bg_image.gif);
background-repeat: repeat-x;
/* margin:0;*/
/* padding:5px 0;*/
/* font-family:Arial, Helvetica, sans-serif;*/
/* font-size:75%;*/
/* line-height:1.6em;*/
/* text-align:center;*/
}