﻿/*
      New Perspectives on HTML, CSS, and JavaScript
      Tutorial 14

      
      Author: Amber Ridgeway
      Date: 03.21.16 

      Filename:testimonies.css
         */

div.test{
float: left;
text-align:center;
margin-left:300px;
margin-right:200px;
font-size: 1.0em;
margin-top:100px;

}



footer{
background-image:url('Background-Images-WSP061.jpg');
width:100%;

clear:both;
float:right;
margin-top:100px;
	
text-align: center;
margin-left:auto;
margin-right: auto;


}

footer p{
	text-align:center;
	margin-left:400px;
	word-spacing:10px;
}

