.snowman {
    background: transparent url("/pictures/snowman.png") no-repeat scroll right top / 160px auto;
    bottom: 0;
    display: block;
    height: 220px;
    position: fixed;
    right: 2%;
    width: 200px;
    z-index: 3;
}
.snow-layer {
    background: transparent url("/pictures/snow-layer.png") repeat-x scroll center top / auto 60px;
    bottom: 0;
    display: block;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 1024px){
	.snowman, .snow-layer {display: none;}
}