/*----------Backgrounds-----------*/
body
  {background: #000000  
    url('images/footerColour1.jpg') 
    no-repeat bottom right;}

#all
  {background: 
    url('images/sidebarColour1.jpg') 
    no-repeat top left;}
    
ul#sidebarlinks li a:hover, #memberLogIn a:hover
  {background: #FFE9CF}

/*only on the home page (INDEX.html)*/
#advertisment 
  {background: 
    url('images/indexColour1.jpg') 
    no-repeat top right;}