body {
    background: url('../images/interface/background.jpg') center top repeat-y;
    margin:0 auto;
    padding:0;
    font-family:  arial,verdana;
    font-size: 1em;    
    text-align:center;    
}

#holder {
    width:100%;
    margin:0 auto;
    text-align:left;
}

/* -------- Top banner with Logo's etc */
#topLogoStuff {position:relative;height: 81px;background: url('../images/interface/blueBar.gif') left bottom repeat-x;}
#topLogoStuff #wimpeyTitle {position:absolute;left:1em;top:15px;}
#topLogoStuff #wimpeyLogo {position:absolute;right:1em;top:15px;border:none;}

/* ---------- banner with pictures etc */
#pictureBanner {display:none;}

/* ------------------------ Navigation */
#nav {
    display:none;
    }


/* --------------------- Control Panel */
#controls {
    display:none;
}


/* ------------------------ Page Title */

#title {
    text-align:left;
    background: url('../images/interface/stripeH2.gif') right bottom no-repeat;
}

#title h2{
    color:#0055a4;
    font-size:1.8em;
    display:inline;
}

#title img {
    display:none;   
}

/* ---------------------------- hsbody */
#hsbody {
    width:100%;
    padding:1em;
}

/* ---------------------------- Footer */
#footer {
    display:none;
}
