body  {
    background-image: url("church_interior_inside_building.jpg");
    /* Full height */
    height: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 { text-align: center ; background-color: #efefef ; width: 70% ; font-size: 200%; font-family: lucida sans, arial ;}

/* this positions the form for the pray AND the email address */

textarea#style1 {
	 
	width: 80%;
	height: 50%;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family:  lucida sans, arial, Tahoma, sans-serif;
}

textarea#style2 {
	
	width: 80%;
	height: 10%;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family:  lucida sans, arial, Tahoma, sans-serif;
}

/* this positions the radio buttons */

p.one {     position: relative; 
	left: 0% ; 
	text-align: center ;
	background-color: white ; 
	width: 50% ; 
	border: 3px solid #cccccc;
	padding: 5px;
	font-size: 50%
                 font-family: lucida sans, arial ; 
	margin: 1px auto 1px auto; }

p.three {position: absolute; 
left: 5%; 
top: 80%; 
background-color: white; 
width: 15%; 
font-size: 30%
font-family: lucida sans, arial ; 
border: solid #ee3e80; 
padding: -5px 5px 2px 5px ; 
border-radius: 10px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;}

p.four {position: absolute; 
left: 80%; 
top: 80%; 
background-color: white; 
width: 15%; 
font-size: 30%
font-family: lucida sans, arial ; 
border: solid #ee3e80; 
padding: -5px 5px 2px 5px ; 
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;}

h4 {
 position: absolute ;
 top: 500px ;
 left: 250px;
 width: 250px;  }