/* CSS Document Winter */

body
	{
	background: #9cd9eb;
	}

#horizontal-nav {
	background: transparent;
	}	

#logo .top-level-truprint-bird
	{
	background: url(../images/backgrounds/valentines-bird.png) no-repeat;
	clear: none;
	float: right;
	width: 141px;
	height: 63px;
	margin: 0px 200px 0px 0px;
	}

#footer-container {
	height: 45px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	}

#footer	{
	background: url(../images/backgrounds/spring-footer-bg.png) center center no-repeat !important; 
	background: url(../images/backgrounds/spring-footer-bg.png) center center no-repeat; 
	margin: -345px 0px 0px 0px;
	height: 579px;
	}



/*  ***   IMPORTANT FOR FLOATING ELEMENTS POSITIONING   ***    */
/*  When positioning the background floating elements within   */
/*  the page adjust the left/right to where they need to be    */
/*  positioned on the page. For instance to position a left    */
/*  hand element set the right to 95% from the right handside  */
/*  If you position the element from the left handside this    */
/*  will then drop off the page. 							   */

#sun		{position:fixed; top:0; left:0; z-index:-9999}
#butterfly1	{position:fixed; top:200px; right:80%; z-index:-9999}
#clouds1	{position:fixed; top:400px; right:72%; z-index:-9999}
#butterfly2	{position:fixed; top:700px; right:87%; z-index:-9999}
#clouds2	{position:fixed; top:850px; right: 83%; z-index:-9999}
#clouds3	{position:fixed; top:150px; left: 82%; z-index:-9999}
#clouds4	{position:fixed; top:200px; left: 91%; z-index:-9999}
#butterfly3	{position:fixed; top:300px; left: 88%; z-index:-9999}
#butterfly4	{position:fixed; top:780px; left: 87%; z-index:-9999}