CSS: Can you tell what wrong?

for some reason this peice of CSS won't validate:

jmbody {
background-repeat: repeat-x;
margin:0px;
padding:0px;
text-align:center;
background-image: url(background.gif);
background-color: #242424;
}

I have no idea why this won't validate.
Maybe I just need another set of eyes to go over it?

*CSS code updated*

Comments

Sign In or Register to comment.