Código HTML:
 hhtml, body {
     margin: 0;
     padding: 0;
     height: 100%;
	 font-family: "Times New Roman", Times, serif;
	 font-size: 1em;
}
#contenedor {
	margin: 0px auto;
	height: 100%;
	width: 100%;
}
<!--Envolver todo el website-->
<div id="contenedor">
<!-- Encabezado/Header -->
<div id="encabezado"><img src="imagenes/header.jpg" title="Soluciones Web" alt="Soluciones Web" width="940" height="234"></h1>
</div>
 
