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

.full-background{
	left:0;
    right:0;
    background: rgba(200,100,100,.25);
    color:white;
    margin:0;
    padding: 1%;
}