/* Override header */#header {     position: relative;     left: 0%;     margin-top: 0px;     padding: 0px;     width: 800px;     background-image: url(../images/background_new.jpg);     background-repeat: no-repeat;}/* Override footer */#footer {     position: fixed;     bottom: 0;	 margin: 0px;     padding: 0px;     width: 790px;     height: 20px;     font-size: 10px;     background-color: #FFFFFF;	 z-index: 1;}/* Remove unwanted elements */#navigation_top, #left, .technosbox, .quote, .quotecredit, .noprint{display: none;}/* Ensure the content spans the full width */#middle, #container2, #content{width: 100%; height: 100%; margin: 0; float: none;}/* Change text colour to black (useful for light text on a dark background) */body, p{color: #000}