body { 
max-width: 1200px; 
margin: 0 auto; 
background-image: url("http://www.happychild.org.uk/Webimage/hourglass3.gif"), 
url("http://www.happychild.org.uk/Webimage/world-series.gif"), 
url("http://www.happychild.org.uk/Webimage/himalayas2.gif"), 
url("http://www.happychild.org.uk/Webimage/seahorse.gif"), 
url("http://www.happychild.org.uk/Webimage/fabric-brown-05.jpg");
 background-position: left 20px top 20px, right 20px top 20px, left 20px bottom 20px, right 20px bottom 20px, center;
 background-size: 98 100, 100 100, 93 100, 55 120, 64 64;
 background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
 background-attachment: fixed, fixed, fixed, fixed, fixed;
 }
#box-link1 { 
position: fixed; 
top: 0px; 
left: 0px; 
width: 125px; 
height: 125px; 
background-color: transparent; 
border: 0px solid #ffffff; 
border-radius: 0px;
} 
#box-link2 { 
position: fixed; 
top: 0px; 
right: 0px; 
width: 125px; 
height: 125px; 
background-color: transparent; 
border: 0px solid #ffffff; 
border-radius: 0px;
} 
#box-link3 { 
position: fixed; 
bottom: 0px; 
left: 0px; 
width: 125px; 
height: 125px; 
background-color: transparent; 
border: 0px solid #ffffff; 
border-radius: 0px;
} 
#box-link4 { 
position: fixed; 
bottom: 0px; 
right: 0px; 
width: 125px; 
height: 125px; 
background-color: transparent; 
border: 0px solid #ffffff; 
border-radius: 0px;
} 



