@charset "utf-8";
/* CSS Document */

div#bday_container {
  background: 
	url(images/bday_top_left.gif) 
  top left no-repeat;
  font:1.0em/1.0;
  margin-top:20px;
  width:400px;
  }
    
div#bday_container h2 {
  background: 
	url(images/bday_top_right.gif) 
  top right no-repeat;  
  padding:25px;
  font-size:1.3em;
  text-decoration:underline;
  color:black;
  margin:0;  
  }
  
  
div#bday_body {
	  background: 
		url(images/bday_right.gif) 
	  top right repeat-y;
	  margin-top:-3.1em; 
	  padding:15px;
	  }
  
div#bday_footer {
	  background: 
	  url(images/bday_bottom_left.gif) 
	  bottom left no-repeat;
  }

div#bday_footer p {
	  background: 
		url(images/bday_bottom_right.gif) 
	  bottom right no-repeat;
	  padding-bottom: 25px;
	  margin:0 0 0 0;
	  text-align:center;
	  font-size:1.4em;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
   }  

