I have set the following on my common.css page but apprears not to work can anyone assist.
body {
background-image: url(../images/sys-bg-main.png);
background-position: top right;
background-repeat: no-repeat;
background-attachment: fixed;
margin:0px;
padding:0 0 50px 0;
}