/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages (like a template), you will share this CSS style sheet between the various
 *  pages.
 *
 *
 */

body{
  /* This is the background image to the entire page that you
   * get because of the layer 'background_bodybg_center' that you created.
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */

  background: #b3d5e1;
  
}



/* You named this layer body_text */

#donate{
position:absolute;
margin-top: -5px;
z-index:0;
margin-left:0 px;
}

#trailer{
position:absolute;
margin-top: 120px;
margin-left:330px;
margin-right:425px;
z-index:0;
}

#logo {
margin-top: -370px;
  margin-left: -200px;
width: 250px;
  }

#text{
font-family:Garamond, Times New Roman;
font-size: 1.05em;
position:absolute;
margin-top: 365px;
width: 650px;
margin-left:180px;
margin-right:325px;
z-index:0;
}

#anonymous{
margin-left:60px;
margin-top:-5px;
}


#levels{
position:absolute;
margin-top:700px;
margin-left:270px;

}

#paypal{
position:absolute;
margin-top:510px;
margin-left:430px;


}

#background{
position:absolute;
font-size: .8em;
margin-top: 10px;
 margin-left: 200px;

width: 1000px;
z-index:-1;
}













