.KhAk {Banner Above Myspace Footer}
div.content {padding-bottom:250px;
background-color: #fff;
background-image: url(Your Image URL);
background-repeat: no-repeat;
background-position: bottom center;}
.KhAk {Banner Above Myspace Footer Links}
div#footer {padding-top:250px;
background-color: #fff;
background-image: url(Your Image URL);
background-repeat: no-repeat;
background-position: top center;}
div#footer div.clear {color: #000;}
250 = Change it to the height of your image.
#fff = It changes the bg. color of the area.
#000 = It changes the color of Copyright.
.KhAk {Banner Under Footer & Copyright}
div#footer {padding-bottom:250px;
background-color: #fff;
background-image: url(Your Image URL);
background-repeat: no-repeat;
background-position: bottom center;}
div#footer div.clear {color: #000;}
250 = Change it to the height of your image.
#fff = It changes the bg. color of the area.
#000 = It changes the color of Copyright.
.KhAk {Banner Under Myspace Copyright}
div#footer div.clear {padding-bottom:250px;
background-color: #fff;
background-image: url(Your Image URL);
background-repeat: no-repeat;
background-position: bottom center;}
div#footer div.clear {color: #000;}
250 = Change it to the height of your image.
#fff = It changes the bg. color of the area.
#000 = It changes the color of Copyright.