HTML:
Código HTML:
 <header> <img src="img1" /> </header> <section id=wrapper> </section>
Código:
  
Muchas gracias! header{
	width:100%;
	position:fixed;
}
header img{
	width:100%;
}
#wrapper{
	width:960px;
	margin:0 auto;
}
 
 


