/*VALENTINES DAY*/
	
#contentVday {
	position:absolute;
	top:170px;
	width:900px;
	height:500px;
	padding:10px;
	background-image:url(../holiday/images/vday.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
	}
	
#vdayPoem {
	position:absolute;
	top:28px;
	left:214px;
	width:426px;
	text-align:center;
	font-family:"Comic Sans MS";
	font-size:14px;
	font-weight:bold;
			}
			
#vdayMsg {
	position:absolute;
	top:28px;
	left:230px;
	width:371px;
	text-align:center;
	}
			

#vdayDonate {
	position:absolute;
	top:315px;
	left:680px;
	width:200px;
	z-index:1;
	background-image:url(http://www.webweaver.nu/clipart/img/web/backgrounds/animated/hearts.gif);
	background-repeat:repeat-y;
	background-position: right;
			}
	

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*CHRISTMAS*/

.xmas {height:500px; background:url(../holiday/images/xmas.jpg) no-repeat right center; position:relative;}
	
#xmasLetter {width:440px; padding:128px 0 0 92px;}
#xmasFlower {position:absolute; top:8px; left:333px; width:174px;}
#xmasDonate {position:absolute;	top:116px; left:415px; width:100px;}
			
			
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*NEW YEARS*/

.newyear {
	position:relative;
	padding:10px 150px 50px;
	background:url(../holiday/images/newyears.jpg) no-repeat center bottom;
	
	}

.newyear ul{margin:10px 0; padding:0; list-style:none outside none;}
.newyear ul li {float: left; height: 100px; margin: 0 10px; width: 280px;}
.newyear ul li img{margin:5px 10px 5px 0; border:1px solid #dddddd;}