Hello,
Do you know how I could put a background color instead of an image (30% Orange and 70% white), something like "background-repeat:repeat-y;" ?
body {background: #fff url('../images/bg.png') 0 0 repeat-x;}
html {background: #FFF url('../images/bg.png') repeat-x 0 0;}
body {background: none;}