.navbar {
  background: url('images/navbar.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.footer {
	background: url('images/footer.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}