  *, * *  {
margin : 0;
padding : 0;
}
body {
background-color: white;
}
#wrapper {
margin: 40px auto;
width: 480px;
border: 1px yellow;
}
p {
text-align: center;
}
#main {
position: relative;
}
a#modrain {
display: block;
background: url(mondrian.jpg) no-repeat;
border: 1px white;
width: 480px;
height: 481px;
}
div#flic {
position: absolute;
top: 55px;
left: 50px;
}
#flic a {
width: 245px;
height: 243px;
display: block;
}
#flic a.over {
background: url(splash-redsquare.jpg) no-repeat;
}
div#head {
position: absolute;
top: 370px;
right: 21px;
}
#head a {
width: 156px;
height: 90px;
display: block;
}
#head a.over {
background: url(splash-bluesquare.jpg) no-repeat;
}
div#shadow {
position: absolute;
top: 310px;
left: 50px;
}
#shadow a {
width: 119px;
height: 119px;
display: block;
}
#shadow a.over {
background: url(splash-blacksquare.jpg) no-repeat;
}