What im trying to get is:
body {
background-image: url("images/witewall.png");
background-repeat: repeat;
}
I want the background image to show and repeat over the whole page of the body element.
I havent been able to get it to show so far? Is there something i'm missing?