body { background-image: url(images/heaven.jpg); 
       background-size: auto, auto, cover;
	   font-family: Arial, Verdana, sans-serif;
	   font-weight: bold;
       font-size: 1em ;
	   font-style: italic; 
       word-spacing: .25em;
	   padding-top: 6em; 
       padding-bottom: 6em;} 

	   

p    { text-align: justify;
       margin-left: auto;
	   margin-right: auto;
	   width: 60%}  	   

#wrapper  {background-image: url(images/backgroundmain.jpg);
           background-position: center;      
		   margin-left: auto;
		   margin-right:  auto;
           width: 80%;		   
           color: #630330;
           font-size: 1.5em; 
		   background-repeat: no-repeat;
		   padding-top: 2em; 
           padding-bottom: 2em;  }
		   
header  {  background-color: #630330; color: #f4f0e8; 
           margin-left: auto;
           margin-right: auto; 			
		   width: 80%;
		   text-align: center;
           background-repeat: no-repeat; }        
 
nav  { font-weight: bold;
       font-size: 1.5em;
	   font-style: italic;
       word-spacing: .25em;
       text-align: center;
       padding-left: 1em;
       padding-right: 1em;
       text-decoration: none;
	   margin-left: auto;
       margin-right: auto; 
       width: 77.5%; }
	   
nav a {text-decoration: none;
       background-color: #630330; color: #f4f0e8; 
       margin-left: auto;
       margin-right: auto; 
       width: 80%;} 
	   
footer  {background-color: #630330; color: #f4f0e8;
         margin-left: auto;
         margin-right: auto; 
         width: 80%; 
		 text-align: center}

