body	{
	background-image: url(pic/light-blue-background.jpg);
	background-size: full;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#container{
	width: 940px;
	text-align: center;
}

p{
   padding-top:10px;
  padding-bottom:10px; 
  padding-left:15px;
  padding-right:15px;
  margin-top:20px; 
  background-color:rgba(0,0,0,.5);
  /*opacity:.5*/
}

h1{
	margin-top: 100px;
}