#centre-white {
position: absolute;
width: 100%;
height: 100%;
background-color:#FFFFFF;
background-image: url(images/home-construct.png);
background-position:center center;
background-repeat:no-repeat
}

#centre {
position: absolute;
width: 100%;
height: 100%;
background-image: url(images/home-photo.png);
background-position:center center;
background-repeat:no-repeat
}

.styleHL {font-size: 14px;color:#391e00; font-weight:bold;}