/* CSS Document */

body {
  background: #0069b5 url(img/big-fat-head-background.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.salmon {
  background:rgba(255,255,255,0.7) ;
  margin:80px auto;
  min-height:200px;
  padding:20px;
}