#contenedor {
    height:1024px;
	width:100%;
	margin-bottom:0px;
	margin-left: auto;
	margin-right:auto;
}

#imagen{ height:1024px;
		width:80%;
		margin-bottom:0px;
		margin-left: auto;
		margin-right:auto;
		background-image:url(../imagenes/imagen.jpg);
}

.img{max-height:100%;
max-width:100%;
}