@charset "utf-8";
/* CSS Document */

div.hearts {
position: relative;
left: 10px;
top: 120px;
width: 876px;
height: 226px;
background:url(images/valentines-topbg.png) no-repeat;
}

div.body {
	width: 900px;
	text-align: center;
	margin-top: -25px;
}

div.shamrocks {
position: relative;
left: -10px;
top: 140px;
width: 898px;
height: 272px;
background:url(images/shamrocks-topbg.png) no-repeat;
}

div.sun {
position: relative;
left: 68px;
top: 17px;
width: 760px;
height: 249px;
background:url(images/summer-topbg.png) no-repeat;
}

div.easter {
position: relative;
left: 100px;
top: 0px;
width: 700px;
height: 98px;
background:url(images/eastereggs.png) no-repeat;
}

*+html div.easter /* for IE7 */ {
position: relative;
left: 0px;
top: 0px;
width: 700px;
height: 98px;
background:url(images/eastereggs.png) no-repeat;
}

*+html div.sun /* for IE7 */ {
position: relative;
left: -2px;
top: 17px;
width: 760px;
height: 249px;
background:url(images/summer-topbg.png) no-repeat;
}