html, body {
background-color: white;
}

#navcontainer, #servicenav, #sidebar, #footer, #copywright {
display: none;
}

#container {
position: relative;
width : 100%;
margin: auto;
}

#content {
padding : 0;
margin: 0;
border: 0;
background : #f7f7f7;
}

