.backgrounda {
	background-color: #7BC2D1;
	height: 100%;
}
.background { /* places the background image and ensures it covers the screen */
	/* background-image: url("../pictures/photos/puma.jpg"); */
	background-image: url("../pictures/graphics/poppies.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: white;
	display: block; 
	height: 100%;
}

.wrapper{
	margin: 0 Auto;
	display: table;
	width: 80%;
	background-color: rgba(255,255,255,0.95);
	font-family: Arial;
	font-size: 12pt;
	padding: 10px 0px;
	border-collapse: collapse;
    border-spacing: 15px;
	border: 20px solid #7BC2D1;
}

p{
	margin: 20px;
	font-weight: bold;
}