/* @override http://files.anidea.com/themes/holidays/style.css */

/*****************************
	Theme Name: Melanie's Holiday
	Folder Name: holiday
*******************************/

html {
	background: #c9d7e0 url(html-bg.gif) top center repeat-x !important;
}

body {
	background: transparent url(body-bg.jpg) top center no-repeat !important;
}

#header {
	padding: 0;
}

#header h1 a {
	background: url(logo.png) no-repeat 0 top;
	height: 105px;
}
#header h1 a:hover {
	background: url(logo.png) no-repeat 0 bottom;
}

/*

.snow-far {
	background: transparent url(bg-background.png) repeat-x 30% 0;
	z-index: 999 !important;
}

.snow-close {
	background: transparent url(bg-foreground.png) repeat-x 150% 0;
	z-index:9999;
}

#holiday-footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 995;

}

#the-snow {
	background: transparent url(bottom-snow-bg.png) repeat-x center bottom;
	width: 100%;
	height: 147px;
	z-index: 996;
	position: fixed;
	bottom: 0;
}

#the-sign-container {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

#the-sign {
	background: transparent url(the-sign.png) no-repeat right bottom;
	float: right;
	width: 187px;
	height: 231px;
}

#the-sign strong {
	text-indent: -9999px;
	display: block;
}
*/