I have this code for background in CSS
body {
font-size: 14px;
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Georgia, Helvetica, sans-serif;
text-align: center;
background-color: #ce1ec5;
background-image: url(images/backgr.png);
background-attachment: fixed;
background-position: bottom left;
background-repeat: no-repeat;
And #ce1ec5 is background color that match backgrounds image. Where the brighter one could be from?...
I took a look of jQuery and it's very impressive solution! If I only knew JavaScript... so well :/