
.kirtan_flyer {
   height: 800px;
   width: 600px;
   position: relative; /* allow absolute alignment of contents */
   padding: 0px;
   
}

.kirtan_header {
   text-align: center;
   font-weight: normal;
   font-size: 2.0em;
   color: #fff;
   
}

p.kirtan_subheader {
   text-align: center;
   font-weight: normal;
   font-size: 1.25em;
   font-style: italic;
   color: #000;
   float: right;
   padding: 10px;
}


.kirtan_flyer_bottom {
   text-align: center;
   font-size: 1.25em;
   font-weight: normal;
   margin-left: auto;
   margin-right: auto;
   width: 600px;
   position: absolute;
   bottom: 0px;
   color: #c4c442;
}

.kirtan_flyer_bottom p.bigger {
   font-size: 1.5em;
}

/* May 2010 specifics */

#kirtan_201005 {
   background: url(../images/content/kirtan/201005_kirtan_background_800x600.jpg) 0 0 no-repeat;
}






