
body {
	margin: 0px;
	padding: 0px;
	background: url("bg.jpg");
}


div#bgBottom {
	position: absolute;
	width: 100%;
	height: 325px;
	bottom: 0px;
	left: 0px;
	background: url("bgBottom.jpg") repeat-x;
}

div > div#bgBottom { position: fixed; }


div#sniegs {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: none;
}


div#kate {
	position: absolute; 
	top: 0px; 
	left: 0px;
	z-index: 99;
}


div#noflash {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 100%;
}