/* 
 * File:  home
 * Description:  Cascading Style Sheet for home page of soundmindhealing.com
 * Author: Doug Vetter
 */

div.intro {
  padding-top: 1em;
  background-image:  url(/images/a_new_dawn.jpg);
  background-repeat: no-repeat;
  height: 600px;
  width: 805px;
  color: white;
  font-size: 1.3em;
  margin: auto;
}



